Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lewiszlw committed Oct 23, 2024
1 parent ad465e3 commit f4f4d77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
CARGO_HOME: "/github/home/.cargo"
CARGO_TARGET_DIR: "/github/home/target"
- name: Save artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: rust-artifacts
path: |
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
yarn install
yarn build
- name: Save artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: react-artifacts
path: |
Expand Down

0 comments on commit f4f4d77

Please sign in to comment.