Skip to content

Commit

Permalink
.github/workflows/build-win.yml: upload-artifact to v4 (v3 is disable…
Browse files Browse the repository at this point in the history
…d now)
  • Loading branch information
sebres committed Feb 12, 2025
1 parent 40ad67e commit c9e5b02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
copy %WDIR%\.github\workflows\do-release.cmd %WDIR%\build\do-release.cmd
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ${{ github.workspace }}\build\**\*

Expand All @@ -179,7 +179,7 @@ jobs:
with:
name: artifact

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: 7-Zip ZS Release binaries
path: |
Expand Down

0 comments on commit c9e5b02

Please sign in to comment.