Skip to content

Commit

Permalink
Merge pull request #23 from infinityofspace/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
infinityofspace authored Dec 27, 2023
2 parents 3bf86e3 + 7f7e249 commit 5df102e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
needs: build
steps:
- name: Download distribution from build job
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: pkb_client_dist
path: dist/
Expand Down

0 comments on commit 5df102e

Please sign in to comment.