Skip to content

Commit 1d86387

Browse files
Bump actions/upload-artifact from 4 to 5 (#87)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8514a0a commit 1d86387

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@v4
34+
- uses: actions/upload-artifact@v5
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@v4
80+
- uses: actions/upload-artifact@v5
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@v4
150+
- uses: actions/upload-artifact@v5
151151
with:
152152
name: php-matrix_${{ matrix.variant }}
153153
path: out/php-matrix
@@ -205,7 +205,7 @@ jobs:
205205
runs-on: ubuntu-24.04
206206
steps:
207207
- name: Merge binary artifacts
208-
uses: actions/upload-artifact/merge@v4
208+
uses: actions/upload-artifact/merge@v5
209209
with:
210210
name: binaries
211211
pattern: php-matrix_*

0 commit comments

Comments
 (0)