Skip to content

Commit 603e9be

Browse files
chore(deps): update actions/upload-artifact action to v6
1 parent c9cedbd commit 603e9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Upload test logs
3535
if: failure()
36-
uses: actions/upload-artifact@v4
36+
uses: actions/upload-artifact@v6
3737
with:
3838
name: test-logs-${{ matrix.os }}-${{ hashFiles(matrix.folder) }}
3939
path: |

0 commit comments

Comments
 (0)