Skip to content

Commit 9d3526a

Browse files
Bump actions/upload-artifact from 5 to 6 (#42)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 292dc19 commit 9d3526a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- run: box compile
4141

42-
- uses: actions/upload-artifact@v5
42+
- uses: actions/upload-artifact@v6
4343
with:
4444
name: phar
4545
path: phar/composer-semver
@@ -109,7 +109,7 @@ jobs:
109109
- run: mkdir -p out
110110
- run: spc micro:combine phar/composer-semver --output out/composer-semver
111111

112-
- uses: actions/upload-artifact@v5
112+
- uses: actions/upload-artifact@v6
113113
with:
114114
name: composer-semver_${{ matrix.variant }}
115115
path: out/composer-semver
@@ -158,7 +158,7 @@ jobs:
158158
runs-on: ubuntu-24.04
159159
steps:
160160
- name: Merge binary artifacts
161-
uses: actions/upload-artifact/merge@v5
161+
uses: actions/upload-artifact/merge@v6
162162
with:
163163
name: binaries
164164
pattern: composer-semver_*

0 commit comments

Comments
 (0)