We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 006fe1a commit 60bbf75Copy full SHA for 60bbf75
.github/workflows/main.yml
@@ -230,7 +230,7 @@ jobs:
230
contents: write
231
steps:
232
- name: Download binaries & packages
233
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4.1.7
234
with:
235
name: ${{ needs.meta.outputs.bin_name }} Binary Artifacts
236
path: out
@@ -269,7 +269,7 @@ jobs:
269
runs-on: ubuntu-latest
270
271
272
273
274
275
0 commit comments