Skip to content

Commit f51da5a

Browse files
authored
Merge pull request #3 from zenGate-Global/dependabot/github_actions/actions/download-artifact-5
build(deps): bump actions/download-artifact from 4 to 5
2 parents 56ad021 + d5796c5 commit f51da5a

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
@@ -118,7 +118,7 @@ jobs:
118118
steps:
119119
- uses: actions/checkout@v5
120120

121-
- uses: actions/download-artifact@v4
121+
- uses: actions/download-artifact@v5
122122
with:
123123
name: release-dist
124124
path: dist/
@@ -153,7 +153,7 @@ jobs:
153153
with:
154154
fetch-depth: 0
155155

156-
- uses: actions/download-artifact@v4
156+
- uses: actions/download-artifact@v5
157157
with:
158158
name: release-dist
159159
path: dist/

0 commit comments

Comments
 (0)