We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07df3ae commit 20deeafCopy full SHA for 20deeaf
.github/workflows/php.yml
@@ -62,7 +62,7 @@ jobs:
62
- name: run phpstan
63
run: /usr/bin/php7.4 vendor/bin/phpstan analyse src --level 1
64
65
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
66
with:
67
name: test-coverage
68
path: coverage/
0 commit comments