Skip to content

Commit f9ca584

Browse files
Bump actions/upload-artifact from 5 to 6 (#102)
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> Co-authored-by: Tang Rufus <[email protected]>
1 parent 3c8624f commit f9ca584

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- run: composer pest:unit -- --coverage-clover coverage-unit.xml --ci
3333

34-
- uses: actions/upload-artifact@v5
34+
- uses: actions/upload-artifact@v6
3535
with:
3636
name: coverage
3737
path: coverage-unit.xml
@@ -77,7 +77,7 @@ jobs:
7777

7878
- run: box compile
7979

80-
- uses: actions/upload-artifact@v5
80+
- uses: actions/upload-artifact@v6
8181
with:
8282
name: phar
8383
path: phar/php-matrix
@@ -147,7 +147,7 @@ jobs:
147147
- run: mkdir -p out
148148
- run: spc micro:combine phar/php-matrix --output out/php-matrix
149149

150-
- uses: actions/upload-artifact@v5
150+
- uses: actions/upload-artifact@v6
151151
with:
152152
name: php-matrix_${{ matrix.variant }}
153153
path: out/php-matrix
@@ -196,7 +196,7 @@ jobs:
196196
runs-on: ubuntu-24.04
197197
steps:
198198
- name: Merge binary artifacts
199-
uses: actions/upload-artifact/merge@v5
199+
uses: actions/upload-artifact/merge@v6
200200
with:
201201
name: binaries
202202
pattern: php-matrix_*

0 commit comments

Comments
 (0)