Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 15, 2023
1 parent 73e27a6 commit d02df17
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 @@ -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 Down

0 comments on commit d02df17

Please sign in to comment.