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.
1 parent 64ff78d commit 76fecd4Copy full SHA for 76fecd4
.github/workflows/diagnostics.yml
@@ -78,7 +78,7 @@ jobs:
78
run: ./vendor/bin/phpcq run -v ${{ matrix.output }}
79
80
- name: Upload build directory to artifact
81
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
82
if: ${{ success() }} || ${{ failure() }}
83
with:
84
name: phpcq-builds-php-${{ matrix.php }}
0 commit comments