Skip to content

Commit e45260f

Browse files
authored
Merge pull request #318 from coldfix/dependabot/github_actions/actions/download-artifact-6.0.0
Bump actions/download-artifact from 5.0.0 to 6.0.0
2 parents e10e01f + e862591 commit e45260f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
id-token: write
5656

5757
steps:
58-
- uses: actions/download-artifact@v5.0.0
58+
- uses: actions/download-artifact@v6.0.0
5959
with: {name: dist, path: dist/}
6060
- uses: pypa/gh-action-pypi-publish@release/v1
6161
# with:

0 commit comments

Comments
 (0)