File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments