We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b208e5 + 122607a commit 303d602Copy full SHA for 303d602
1 file changed
.github/workflows/diagnostics.yml
@@ -68,7 +68,7 @@ jobs:
68
run: $GITHUB_WORKSPACE/vendor/bin/phpcq run -o github-action -o default ${{ matrix.phpcq_flags }} -v
69
70
- name: Upload build directory to artifact
71
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
72
if: ${{ success() }} || ${{ failure() }}
73
with:
74
name: phpcq-builds-php-${{ matrix.php }}
0 commit comments