Skip to content

Commit

Permalink
Update download-artifact action
Browse files Browse the repository at this point in the history
Builds were failing because the old one was deprecated
  • Loading branch information
sgunes-wirepas committed Nov 13, 2024
1 parent 3c909ff commit 38c0827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Retrieve wheel to be installed image
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4

- name: Set tag for push
if: github.event_name == 'push'
Expand Down

0 comments on commit 38c0827

Please sign in to comment.