Skip to content

Commit 21529f4

Browse files
dependabot[bot]jrfnl
authored andcommitted
GH Actions: Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent de4dd04 commit 21529f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Show info about the build phar with box-project/box
5959
run: php box.phar info -l parallel-lint.phar
6060

61-
- uses: actions/upload-artifact@v4
61+
- uses: actions/upload-artifact@v5
6262
with:
6363
name: parallel-lint-phar
6464
path: ./parallel-lint.phar

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Show info about the build phar with box-project/box
8686
run: php box.phar info -l parallel-lint.phar
8787

88-
- uses: actions/upload-artifact@v4
88+
- uses: actions/upload-artifact@v5
8989
with:
9090
name: parallel-lint-phar
9191
path: ./parallel-lint.phar

0 commit comments

Comments
 (0)