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 f88b2af + 0991971 commit 1c5c314Copy full SHA for 1c5c314
.github/workflows/diagnostics.yml
@@ -73,7 +73,7 @@ jobs:
73
run: ./vendor/bin/phpcq run -v -o github-action -o default ${{ matrix.phpcq_flags }}
74
75
- name: PHP ${{ matrix.php }} 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.name }}
0 commit comments