Skip to content

Commit 185ec1f

Browse files
chore(deps): update actions/upload-artifact action to v6
1 parent 17077bd commit 185ec1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: make ${{ matrix.build.action }}
5252

5353
- name: Upload test log file on error
54-
uses: actions/upload-artifact@v4
54+
uses: actions/upload-artifact@v6
5555
if: failure()
5656
with:
5757
name: Test Logs - ${{ matrix.build.name }}

0 commit comments

Comments
 (0)