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