Skip to content

Commit 1f5019a

Browse files
authored
Update python-package.yml
1 parent 3fbe970 commit 1f5019a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
# If a tag is pushed then a new archives are uploaded to GitHub Releases automatically.
8686
- name: Upload release
8787
if: startsWith(github.ref, 'refs/tags/')
88-
uses: svenstaro/upload-release-action@v4
88+
uses: svenstaro/upload-release-action@v2
8989
with:
9090
repo_token: ${{ secrets.GITHUB_TOKEN }}
9191
file: ${{ env.archive-name }}.*

0 commit comments

Comments
 (0)