Skip to content

Commit 297c7e3

Browse files
authored
Merge pull request #103 from hyperspy/dependabot/github_actions/actions-b46a43034d
Bump actions/download-artifact from 5 to 6 in the actions group
2 parents 36eb4ef + 5f1630e commit 297c7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
id-token: write
2929
steps:
3030
- name: Download dist
31-
uses: actions/download-artifact@v5
31+
uses: actions/download-artifact@v6
3232
with:
3333
name: dist
3434
path: dist

0 commit comments

Comments
 (0)