Skip to content

Commit 16d1ad5

Browse files
authored
ci: update action versions
1 parent e4873c2 commit 16d1ad5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/chip.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
build:
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010
name: Build chip
1111
steps:
1212
- name: Setup | Rust
@@ -17,7 +17,7 @@ jobs:
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
@@ -30,7 +30,7 @@ jobs:
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/*
@@ -43,7 +43,7 @@ jobs:
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

0 commit comments

Comments
 (0)