Skip to content

Commit fb9de50

Browse files
authored
Merge pull request #446 from rsokl/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 43e077a + 47f9fac commit fb9de50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v4
39+
uses: actions/download-artifact@v5
4040
with:
4141
name: dist
4242
path: dist

0 commit comments

Comments
 (0)