Skip to content

Commit afbb14d

Browse files
committed
bump github action versions
1 parent 9731b04 commit afbb14d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python -m pip install build
3434
python -m build
3535
36-
- uses: actions/upload-artifact@v3
36+
- uses: actions/upload-artifact@v4
3737
with:
3838
path: ./dist/*
3939
retention-days: 5
@@ -45,14 +45,14 @@ jobs:
4545
# release on every tag
4646
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')
4747
steps:
48-
- uses: actions/download-artifact@v3
48+
- uses: actions/download-artifact@v4
4949
with:
5050
name: artifact
5151
path: dist
5252

5353
- name: Upload Github release
5454
id: upload-release-asset
55-
uses: softprops/action-gh-release@v1
55+
uses: softprops/action-gh-release@v2
5656

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

0 commit comments

Comments
 (0)