Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4 (#157)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
ctison and renovate-bot authored Dec 16, 2023
1 parent c9b786e commit 9be77b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
cd pkg/
cp ../.npmrc .
npm version --no-git-tag-version '${{ needs.version.outputs.version }}'
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
if-no-files-found: error
name: base-converter-wasm
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
cargo build --release --locked --bin base-converter -F bin
mkdir tmp/
mv ./target/aarch64-apple-darwin/release/base-converter ./tmp/base-converter-aarch64-apple-darwin
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
if-no-files-found: error
name: cli-${{ matrix.os }}
Expand Down

0 comments on commit 9be77b6

Please sign in to comment.