Skip to content

Commit 2f59238

Browse files
Bump actions/download-artifact from 5 to 6 (#86)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-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 1d86387 commit 2f59238

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
README.md
9898
LICENSE
9999
sparse-checkout-cone-mode: false
100-
- uses: actions/download-artifact@v5
100+
- uses: actions/download-artifact@v6
101101
with:
102102
name: binaries
103103
path: dist
@@ -148,7 +148,7 @@ jobs:
148148
sparse-checkout-cone-mode: false
149149
ref: ${{ inputs.version }}
150150

151-
- uses: actions/download-artifact@v5
151+
- uses: actions/download-artifact@v6
152152
with:
153153
name: binaries
154154
path: dist

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@v5
4646

47-
- uses: actions/download-artifact@v5
47+
- uses: actions/download-artifact@v6
4848
with:
4949
name: coverage
5050

@@ -118,7 +118,7 @@ jobs:
118118
PATTERN: spc-${{ matrix.spc-variant }}.tar.gz
119119
GH_TOKEN: ${{ github.token }}
120120

121-
- uses: actions/download-artifact@v5
121+
- uses: actions/download-artifact@v6
122122
with:
123123
name: phar
124124
path: phar
@@ -180,7 +180,7 @@ jobs:
180180
- run: echo OS="$(go env GOOS)" >> $GITHUB_ENV
181181
- run: echo ARCH="$(go env GOARCH)" >> $GITHUB_ENV
182182

183-
- uses: actions/download-artifact@v5
183+
- uses: actions/download-artifact@v6
184184
with:
185185
name: php-matrix_${{ matrix.variant }}
186186
path: out

0 commit comments

Comments
 (0)