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 01890e5 + 4bf927f commit 7b2acbeCopy full SHA for 7b2acbe
.github/workflows/diagnostics.yml
@@ -70,7 +70,7 @@ jobs:
70
run: ./vendor/bin/phpcq run -v -o github-action -o default ${{ matrix.phpcq_flags }}
71
72
- name: PHP ${{ matrix.php }} Upload build directory to artifact
73
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
74
if: ${{ success() }} || ${{ failure() }}
75
with:
76
name: phpcq-builds-php-${{ matrix.php }}
0 commit comments