Skip to content

Commit ecd2c06

Browse files
Bump actions/download-artifact from 5 to 6 (#31)
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 99b085b commit ecd2c06

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
PATTERN: spc-${{ matrix.spc-variant }}.tar.gz
8181
GH_TOKEN: ${{ github.token }}
8282

83-
- uses: actions/download-artifact@v5
83+
- uses: actions/download-artifact@v6
8484
with:
8585
name: phar
8686
path: phar
@@ -142,7 +142,7 @@ jobs:
142142
- run: echo OS="$(go env GOOS)" >> $GITHUB_ENV
143143
- run: echo ARCH="$(go env GOARCH)" >> $GITHUB_ENV
144144

145-
- uses: actions/download-artifact@v5
145+
- uses: actions/download-artifact@v6
146146
with:
147147
name: composer-semver_${{ matrix.variant }}
148148
path: out

0 commit comments

Comments
 (0)