Skip to content

Commit 3fbe970

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
Compress-Archive dist/*/ ${{ env.archive-name }}.zip
7777
# Upload archives as artifacts, these can be downloaded from the GitHub actions page.
7878
- name: "Upload Artifact"
79-
uses: actions/upload-artifact@v2
79+
uses: actions/upload-artifact@v4
8080
with:
8181
name: automated-builds
8282
path: ${{ env.archive-name }}.*
@@ -85,10 +85,10 @@ 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@v2
88+
uses: svenstaro/upload-release-action@v4
8989
with:
9090
repo_token: ${{ secrets.GITHUB_TOKEN }}
9191
file: ${{ env.archive-name }}.*
9292
file_glob: true
9393
tag: ${{ github.ref }}
94-
overwrite: true
94+
overwrite: true

0 commit comments

Comments
 (0)