Skip to content

Commit 055927d

Browse files
Merge pull request #29 from ISISComputingGroup/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents 8258794 + 6498fb2 commit 055927d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
id-token: write # IMPORTANT: mandatory for trusted publishing
4646
steps:
4747
- name: Download all the dists
48-
uses: actions/download-artifact@v5
48+
uses: actions/download-artifact@v6
4949
with:
5050
name: python-package-distributions
5151
path: dist/
@@ -64,7 +64,7 @@ jobs:
6464

6565
steps:
6666
- name: Download all the dists
67-
uses: actions/download-artifact@v5
67+
uses: actions/download-artifact@v6
6868
with:
6969
name: python-package-distributions
7070
path: dist/

0 commit comments

Comments
 (0)