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 3e4ea37 + d6d594b commit 29f59e2Copy full SHA for 29f59e2
1 file changed
.github/workflows/reusable-build-phar.yml
@@ -56,7 +56,7 @@ jobs:
56
57
- name: Upload the PHPCS phar
58
if: ${{ inputs.uploadArtifacts == true }}
59
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
+ uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
60
with:
61
name: phpcs-phar
62
path: ./phpcs.phar
@@ -65,7 +65,7 @@ jobs:
65
66
- name: Upload the PHPCBF phar
67
68
69
70
name: phpcbf-phar
71
path: ./phpcbf.phar
0 commit comments