We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aeb53ae + 0fc47ba commit be32ecaCopy full SHA for be32eca
.github/workflows/test.yml
@@ -38,15 +38,15 @@ jobs:
38
run: php scripts/build-phar.php
39
40
- name: Upload the PHPCS phar
41
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
42
with:
43
name: phpcs-phar
44
path: ./phpcs.phar
45
if-no-files-found: error
46
retention-days: 28
47
48
- name: Upload the PHPCBF phar
49
50
51
name: phpcbf-phar
52
path: ./phpcbf.phar
@@ -163,7 +163,7 @@ jobs:
163
164
- name: Download the PHPCS phar
165
if: ${{ matrix.custom_ini == false }}
166
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
167
168
169
0 commit comments