Skip to content

Commit

Permalink
Update GitHub Artifact Actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 18, 2024
1 parent 73e27a6 commit 0eb0fc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- run: bazel build --config=release //cli
- run: cp bazel-bin/cli/cli.exe wasm-info-windows.exe
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: wasm-info-binaries
path: wasm-info-windows.exe
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v3
- run: bazel build --config=release //cli
- run: cp bazel-bin/cli/cli wasm-info-linux
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: wasm-info-binaries
path: wasm-info-linux
Expand All @@ -36,7 +36,7 @@ jobs:
- build-windows
- build-linux
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
- uses: softprops/action-gh-release@v1
with:
prerelease: true
Expand Down

0 comments on commit 0eb0fc7

Please sign in to comment.