Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
changed:
actions/upload-artifact@v2

to:
actions/upload-artifact@v4
  • Loading branch information
felicio93 authored Sep 3, 2024
1 parent 574b8b5 commit a557c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: build package
run: python -m build
- name: save builds
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build
path: ./dist
Expand Down

0 comments on commit a557c0a

Please sign in to comment.