Skip to content

Commit 529cd87

Browse files
authored
Merge pull request #305 from PHPCSStandards/feature/208-ghactions-reattempt-artifact-action-upgrades
GH Actions: re-attempt upgrade actions/[upload|download]-artifact from 3 to 4
2 parents 6f8efd4 + ee00afc commit 529cd87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ jobs:
4040
run: php scripts/build-phar.php
4141

4242
- name: Upload the PHPCS phar
43-
uses: actions/upload-artifact@v3
43+
uses: actions/upload-artifact@v4
4444
with:
4545
name: phpcs-phar
4646
path: ./phpcs.phar
4747
if-no-files-found: error
4848
retention-days: 28
4949

5050
- name: Upload the PHPCBF phar
51-
uses: actions/upload-artifact@v3
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: phpcbf-phar
5454
path: ./phpcbf.phar
@@ -165,7 +165,7 @@ jobs:
165165

166166
- name: Download the PHPCS phar
167167
if: ${{ matrix.custom_ini == false }}
168-
uses: actions/download-artifact@v3
168+
uses: actions/download-artifact@v4
169169
with:
170170
name: phpcs-phar
171171

0 commit comments

Comments
 (0)