We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f5040 commit c62248bCopy full SHA for c62248b
1 file changed
template/.github/workflows/release.yaml
@@ -35,7 +35,7 @@ jobs:
35
cancel-in-progress: true
36
steps:
37
- name: Download Artifacts
38
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
39
with:
40
name: ${{ needs.build.outputs.artifact-name }}
41
path: dist/
@@ -59,7 +59,7 @@ jobs:
59
60
fetch-depth: 0
61
62
63
64
65
0 commit comments