Skip to content

Commit

Permalink
Update deprecated upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
sgunes-wirepas committed Jan 29, 2025
1 parent b47cdf5 commit 173a05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_artefacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "::set-output name=wheel_name::$WHEEL_NAME"
- name: Store artefacts localy
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: binaries
path: ./artifacts/
Expand Down

0 comments on commit 173a05c

Please sign in to comment.