Skip to content

Commit

Permalink
bump github action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
elisalle committed Nov 11, 2024
1 parent 9731b04 commit afbb14d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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 All @@ -45,14 +45,14 @@ jobs:
# release on every tag
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifact
path: dist

- name: Upload Github release
id: upload-release-asset
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2

- name: Upload Release Assets to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit afbb14d

Please sign in to comment.