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 883a948 + 56cacad commit 0ae1271Copy full SHA for 0ae1271
.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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.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