Skip to content

Commit 0fc47ba

Browse files
dependabot[bot]jrfnl
authored andcommitted
GH Actions: Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 506ab08 commit 0fc47ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
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

0 commit comments

Comments
 (0)