Skip to content

Commit

Permalink
Update download-artifact and upload-artifact actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sgunes-wirepas committed Nov 22, 2024
1 parent b59a331 commit 67ec2c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:

- name: Store artifacts only for last matrix version
if: ${{ matrix.python-version == '3.11' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ${{ env.WHEEL_FILE }}

Expand Down 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 67ec2c8

Please sign in to comment.