Skip to content

Commit 12a33a0

Browse files
authored
Merge pull request #22 from ISISComputingGroup/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents bc6a398 + d8079f9 commit 12a33a0

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@v4
48+
uses: actions/download-artifact@v5
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@v4
67+
uses: actions/download-artifact@v5
6868
with:
6969
name: python-package-distributions
7070
path: dist/

0 commit comments

Comments
 (0)