Skip to content

Commit 0bdfc78

Browse files
authored
Merge pull request #76 from ISISComputingGroup/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents 196a143 + 4f5c299 commit 0bdfc78

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
@@ -43,7 +43,7 @@ jobs:
4343
id-token: write # IMPORTANT: mandatory for trusted publishing
4444
steps:
4545
- name: Download all the dists
46-
uses: actions/download-artifact@v6
46+
uses: actions/download-artifact@v7
4747
with:
4848
name: python-package-distributions
4949
path: dist/
@@ -62,7 +62,7 @@ jobs:
6262

6363
steps:
6464
- name: Download all the dists
65-
uses: actions/download-artifact@v6
65+
uses: actions/download-artifact@v7
6666
with:
6767
name: python-package-distributions
6868
path: dist/

0 commit comments

Comments
 (0)