Skip to content

Commit ea3a339

Browse files
Merge pull request #298 from ISISComputingGroup/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents 97d4c40 + af7075e commit ea3a339

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/
@@ -60,7 +60,7 @@ jobs:
6060
id-token: write # IMPORTANT: mandatory for sigstore
6161
steps:
6262
- name: Download all the dists
63-
uses: actions/download-artifact@v6
63+
uses: actions/download-artifact@v7
6464
with:
6565
name: python-package-distributions
6666
path: dist/

0 commit comments

Comments
 (0)