Skip to content

Commit df73fcf

Browse files
Merge pull request #908 from jakob-bagterp/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents e6d8198 + fb6d6d4 commit df73fcf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138

139139
steps:
140140
- name: Download artifacts
141-
uses: actions/download-artifact@v4
141+
uses: actions/download-artifact@v5
142142
with:
143143
name: dist
144144
path: dist/
@@ -211,7 +211,7 @@ jobs:
211211
fetch-depth: 0
212212

213213
- name: Download artifacts
214-
uses: actions/download-artifact@v4
214+
uses: actions/download-artifact@v5
215215
with:
216216
name: dist
217217
path: dist/

0 commit comments

Comments
 (0)