Skip to content

Commit

Permalink
CI: change artifact-v2 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu BOYAVAL committed Oct 14, 2024
1 parent 0a0d31d commit 93ac323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_release_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
#run: powershell -command "Invoke-Build -File ./.build.ps1 -Configuration 'Release' -ciMode"
run: powershell -command "./make.ps1 release-ci"

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
path: |
build/dist/*.zip
Expand All @@ -90,7 +90,7 @@ jobs:
runs-on: ubuntu-latest
needs: [ build_release ]
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
- run: cd artifact && md5sum *wslctl* > md5sums.txt
- run: cd artifact && sha256sum *wslctl* > sha256sums.txt
- uses: marvinpinto/action-automatic-releases@latest
Expand Down

0 comments on commit 93ac323

Please sign in to comment.