Skip to content

Commit

Permalink
bump upload-artifact action version
Browse files Browse the repository at this point in the history
  • Loading branch information
elisalle committed Nov 7, 2024
1 parent 792f00e commit 8f92df1
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 @@ -32,7 +32,7 @@ jobs:
python -m pip install build
python -m build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: ./dist/*
retention-days: 5
Expand Down

0 comments on commit 8f92df1

Please sign in to comment.