Skip to content

Commit c6bd399

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

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@v4
158+
- uses: actions/download-artifact@v5
159159
with:
160160
name: libs-${{ env.LIB_TARGET }}
161161
path: libs
@@ -197,7 +197,7 @@ jobs:
197197
steps:
198198
- uses: actions/checkout@v4
199199

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

0 commit comments

Comments
 (0)