Skip to content

Commit 6ddfd6b

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

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@v5
61+
- uses: actions/upload-artifact@v6
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@v5
88+
- uses: actions/upload-artifact@v6
8989
with:
9090
name: parallel-lint-phar
9191
path: ./parallel-lint.phar

0 commit comments

Comments
 (0)