Skip to content

Commit 3eec67e

Browse files
ci: bump actions/download-artifact from 5 to 6 (#373)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e2702a9 commit 3eec67e

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@v6
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)