We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbc257f + fd66e1a commit 831a330Copy full SHA for 831a330
1 file changed
.github/workflows/diagnostics.yml
@@ -73,7 +73,7 @@ jobs:
73
run: ./vendor/bin/phpcq run -v ${{ matrix.output }}
74
75
- name: Upload build directory to artifact
76
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
77
if: ${{ success() }} || ${{ failure() }}
78
with:
79
name: phpcq-builds-php-${{ matrix.php }}
0 commit comments