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 53d028c commit 49d33f3Copy full SHA for 49d33f3
.github/actions/download-tar-artifact/action.yml
@@ -12,7 +12,7 @@ runs:
12
using: "composite"
13
steps:
14
- name: ⬇ Download build
15
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
16
with:
17
name: ${{ inputs.name }}
18
0 commit comments