Skip to content

Commit 8f54294

Browse files
committed
Upgrade upload-artifact
"This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v3`. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/"
1 parent 90ca1b1 commit 8f54294

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
@@ -90,7 +90,7 @@ jobs:
9090
# For debugging issues
9191
- name: Archive test results
9292
if: failure()
93-
uses: actions/upload-artifact@v3
93+
uses: actions/upload-artifact@v4
9494
with:
9595
name: test-run-output-${{ matrix.php-version }}-${{ matrix.os }}
9696
retention-days: 1

0 commit comments

Comments
 (0)