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 1c5c314 + 3c7971b commit dee2b3dCopy full SHA for dee2b3d
.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@v5
+ uses: actions/upload-artifact@v6
77
if: ${{ success() }} || ${{ failure() }}
78
with:
79
name: phpcq-builds-php-${{ matrix.name }}
0 commit comments