We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2702a9 commit 3eec67eCopy full SHA for 3eec67e
1 file changed
.github/workflows/release-lib.yml
@@ -155,7 +155,7 @@ jobs:
155
fi
156
rm "$(rustup which cargo)"
157
158
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v6
159
with:
160
name: libs-${{ env.LIB_TARGET }}
161
path: libs
@@ -197,7 +197,7 @@ jobs:
197
steps:
198
- uses: actions/checkout@v6
199
200
201
202
pattern: libs-*
203
0 commit comments