Skip to content

Commit be32eca

Browse files
authored
Merge pull request #172 from PHPCSStandards/dependabot/github_actions/actions/download-artifact-4
GH Actions: Bump actions/download-artifact from 3 to 4
2 parents aeb53ae + 0fc47ba commit be32eca

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
@@ -38,15 +38,15 @@ jobs:
3838
run: php scripts/build-phar.php
3939

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

4848
- name: Upload the PHPCBF phar
49-
uses: actions/upload-artifact@v3
49+
uses: actions/upload-artifact@v4
5050
with:
5151
name: phpcbf-phar
5252
path: ./phpcbf.phar
@@ -163,7 +163,7 @@ jobs:
163163

164164
- name: Download the PHPCS phar
165165
if: ${{ matrix.custom_ini == false }}
166-
uses: actions/download-artifact@v3
166+
uses: actions/download-artifact@v4
167167
with:
168168
name: phpcs-phar
169169

0 commit comments

Comments
 (0)