We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 792f584 + 38aa574 commit e440946Copy full SHA for e440946
1 file changed
.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@v3
+ uses: actions/upload-artifact@v4
74
if: ${{ success() }} || ${{ failure() }}
75
with:
76
name: phpcq-builds-php-${{ matrix.php }}
0 commit comments