Skip to content

Commit

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

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
infinityofspace authored Dec 27, 2023
2 parents fd77950 + 40ed827 commit 3bf86e3
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 @@ -34,7 +34,7 @@ jobs:
.
- name: Upload distribution artifact for other jobs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pkb_client_dist
path: dist/
Expand Down

0 comments on commit 3bf86e3

Please sign in to comment.