Skip to content

Commit 0e07aa8

Browse files
ci: bump actions/download-artifact from 5 to 6
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] <support@github.com>
1 parent a7cbd64 commit 0e07aa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-lib.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
fi
156156
rm "$(rustup which cargo)"
157157
158-
- uses: actions/download-artifact@v5
158+
- uses: actions/download-artifact@v6
159159
with:
160160
name: libs-${{ env.LIB_TARGET }}
161161
path: libs
@@ -197,7 +197,7 @@ jobs:
197197
steps:
198198
- uses: actions/checkout@v5
199199

200-
- uses: actions/download-artifact@v5
200+
- uses: actions/download-artifact@v6
201201
with:
202202
pattern: libs-*
203203
path: libs

0 commit comments

Comments
 (0)