Skip to content

Commit 9a85f44

Browse files
Merge pull request #9 from ISISComputingGroup/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents 8541157 + 526b0e9 commit 9a85f44

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@v5
46+
uses: actions/download-artifact@v6
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@v5
65+
uses: actions/download-artifact@v6
6666
with:
6767
name: python-package-distributions
6868
path: dist/

0 commit comments

Comments
 (0)