Skip to content

Commit

Permalink
Increase version of download artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskar committed Feb 3, 2024
1 parent 0c14418 commit 5807e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
id-token: write # IMPORTANT: mandatory for trusted publishing
steps:
- name: Download dists
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.1 # make sure that same major version as actions/upload-artifact
with:
name: python-package-distributions-${{ github.ref_name }}
path: dist/
Expand Down

0 comments on commit 5807e37

Please sign in to comment.