Skip to content

Commit 15b7622

Browse files
authored
Update workflow.yml
1 parent caaa095 commit 15b7622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
name: pyinfraformat_wheel
7272
path: dist/*.whl
7373
- name: Upload wheel to release
74-
uses: svenstaro/upload-release-action@v4
74+
uses: svenstaro/upload-release-action@v2
7575
if: success() && startsWith(github.ref, 'refs/tags/') && matrix.os == 'ubuntu-latest'
7676
with:
7777
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)