Skip to content

Commit db3e83a

Browse files
authored
Merge pull request #457 from rsokl/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 5 to 7
2 parents 89b7920 + 502fe81 commit db3e83a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
3737
steps:
3838
- name: Download artifacts
39-
uses: actions/download-artifact@v5
39+
uses: actions/download-artifact@v7
4040
with:
4141
name: dist
4242
path: dist

0 commit comments

Comments
 (0)