Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact from 3.1.1 to 4.3.1 (#1366)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 14, 2024
1 parent 34b3ed7 commit 5a85fd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
mv target/release/symsorter build/symsorter-Linux-x86_64
mv target/release/symbolicli build/symbolicli-Linux-x86_64
- uses: actions/upload-artifact@v3.1.1
- uses: actions/upload-artifact@v4.3.1
with:
name: ${{ github.sha }}
path: build/*
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
cd target/x86_64-apple-darwin/release
zip -r ../../../build/symbolicator-aarch64-apple-darwin-debug.zip symbolicator.dSYM
- uses: actions/upload-artifact@v3.1.1
- uses: actions/upload-artifact@v4.3.1
with:
name: ${{ github.sha }}
path: build/*
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
mv symbolicli.exe symbolicli-Windows-x86_64.exe
mv wasm-split.exe wasm-split-Windows-x86_64.exe
- uses: actions/upload-artifact@v3.1.1
- uses: actions/upload-artifact@v4.3.1
with:
name: ${{ github.sha }}
path: target/release/*-Windows-x86_64.exe

0 comments on commit 5a85fd7

Please sign in to comment.