Skip to content

Commit d246471

Browse files
authored
Merge pull request #313 from coldfix/dependabot/github_actions/actions/download-artifact-5.0.0
Bump actions/download-artifact from 4.3.0 to 5.0.0
2 parents fb04024 + be683db commit d246471

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@v4.3.0
58+
- uses: actions/download-artifact@v5.0.0
5959
with: {name: dist, path: dist/}
6060
- uses: pypa/gh-action-pypi-publish@release/v1
6161
# with:

0 commit comments

Comments
 (0)