Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte authored Feb 26, 2024
1 parent 9a17d46 commit 6edcae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars32.bat"
python -u build_package.py
shell: cmd
- uses: actions/upload-artifact@master
- uses: actions/upload-artifact@v4
with:
name: dependencies
path: build\dependencies.7z
Expand All @@ -26,7 +26,7 @@ jobs:
needs: build-windows
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v4
with:
name: dependencies
- run: find
Expand Down

0 comments on commit 6edcae7

Please sign in to comment.