Skip to content

Commit

Permalink
Use upload-artifact v3 (#1409)
Browse files Browse the repository at this point in the history
use upload artifact v3
  • Loading branch information
hubertdeng123 authored Mar 15, 2024
1 parent 75d209f commit 6d36bea
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@v4.3.1
- uses: actions/upload-artifact@v3.1.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@v4.3.1
- uses: actions/upload-artifact@v3.1.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@v4.3.1
- uses: actions/upload-artifact@v3.1.1
with:
name: ${{ github.sha }}
path: target/release/*-Windows-x86_64.exe

0 comments on commit 6d36bea

Please sign in to comment.