Skip to content

Commit 34bbe67

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent c5bc97c commit 34bbe67

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
@@ -60,7 +60,7 @@ jobs:
6060
CODE_SIGNING_ALLOWED="NO" \
6161
${{ matrix.build.action }} 2>&1 | tee test.log | xcbeautify
6262
- name: Upload test log file on error
63-
uses: actions/upload-artifact@v4
63+
uses: actions/upload-artifact@v5
6464
if: failure()
6565
with:
6666
name: test.log

0 commit comments

Comments
 (0)