Skip to content

Commit c62248b

Browse files
chore(deps): update actions/download-artifact action to v5 (#7)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 36f5040 commit c62248b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

template/.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cancel-in-progress: true
3636
steps:
3737
- name: Download Artifacts
38-
uses: actions/download-artifact@v4
38+
uses: actions/download-artifact@v5
3939
with:
4040
name: ${{ needs.build.outputs.artifact-name }}
4141
path: dist/
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
fetch-depth: 0
6161
- name: Download Artifacts
62-
uses: actions/download-artifact@v4
62+
uses: actions/download-artifact@v5
6363
with:
6464
name: ${{ needs.build.outputs.artifact-name }}
6565
path: dist/

0 commit comments

Comments
 (0)