Skip to content

Commit

Permalink
Fix CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
psibi committed Dec 10, 2024
1 parent 2cf88c0 commit 42e8dd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
mkdir artifacts
cp target/x86_64-unknown-linux-musl/release/amber artifacts/amber-x86_64-unknown-linux-musl
cp target/aarch64-unknown-linux-musl/release/amber artifacts/amber-aarch64-unknown-linux-musl
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: binaries
path: artifacts/*
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
run: |
mkdir artifacts
cp target/release/amber artifacts/amber-x86_64-apple-darwin
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: binaries
path: artifacts/*
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
run: |
mkdir artifacts
cp target/release/amber.exe artifacts/amber-x86_64-pc-windows-gnu.exe
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: binaries
path: artifacts/*
Expand Down

0 comments on commit 42e8dd8

Please sign in to comment.