File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
77jobs :
88 build :
9- runs-on : ubuntu-22 .04
9+ runs-on : ubuntu-24 .04
1010 name : Build chip
1111 steps :
1212 - name : Setup | Rust
1717 components : clippy, rustfmt
1818 toolchain : stable
1919 - name : Check out repository
20- uses : actions/checkout@v3
20+ uses : actions/checkout@v6
2121 - name : Build | Fmt Check
2222 run : cargo fmt -- --check
2323 - name : Build | Clippy
3030 cp target/wasm32-unknown-unknown/release/chip_*.wasm dist/chip.wasm
3131 cp wokwi-chip.json dist/chip.json
3232 - name : ' Upload Artifacts'
33- uses : actions/upload-artifact@v3
33+ uses : actions/upload-artifact@v5
3434 with :
3535 name : chip
3636 path : dist/*
4343 runs-on : ubuntu-latest
4444 steps :
4545 - name : Download compiled chip
46- uses : actions/download-artifact@v3
46+ uses : actions/download-artifact@v6
4747 with :
4848 name : chip
4949 path : chip
You can’t perform that action at this time.
0 commit comments