Skip to content

Commit 4eb142c

Browse files
chore(deps): bump actions/download-artifact from 4 to 5 (#88)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0be6fc9 commit 4eb142c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
if: startsWith(github.ref, 'refs/tags/v')
4242
steps:
4343
- name: Download artifact
44-
uses: actions/download-artifact@v4
44+
uses: actions/download-artifact@v5
4545
with:
4646
name: dist
4747
path: dist/
@@ -57,7 +57,7 @@ jobs:
5757
needs: release
5858
steps:
5959
- name: Download artifact
60-
uses: actions/download-artifact@v4
60+
uses: actions/download-artifact@v5
6161
with:
6262
name: dist
6363
path: dist/

0 commit comments

Comments
 (0)