Skip to content

Commit

Permalink
actions/upload-artifact to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Feb 4, 2025
1 parent 168ecfd commit 2767e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-casper-rust-contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- run: make prepare
- run: make check-lint
- run: make test
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: cep18.wasm
path: target/wasm32-unknown-unknown/release/cep18.wasm
Expand Down

0 comments on commit 2767e39

Please sign in to comment.