Skip to content

Commit

Permalink
Merge pull request #72 from chris48s/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
chris48s committed Jul 14, 2024
2 parents 74f619e + ffebe2c commit 36ed66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id-token: write # required for trusted publishing
environment: publish
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 36ed66b

Please sign in to comment.