Skip to content

Commit

Permalink
fix(ci): update actions/upload-artifact to v4 (#1538)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuarli authored Oct 16, 2024
1 parent c13be2f commit 5294844
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +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
with:
name: artifact-linux-${{ github.sha }}
path: build/*
Expand Down

0 comments on commit 5294844

Please sign in to comment.