We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56b2f4c + 6a79366 commit a3b411eCopy full SHA for a3b411e
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@v5
+ uses: actions/upload-artifact@v6
72
if: ${{ success() }} || ${{ failure() }}
73
with:
74
name: phpcq-builds-php-${{ matrix.php }}
0 commit comments