Skip to content

Commit 93372f0

Browse files
committed
fix CI formatter check
1 parent 89bb824 commit 93372f0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
components: rustfmt, clippy
3030

3131
- name: Cache dependencies
32-
uses: actions/cache@v3
32+
uses: actions/cache@v4
3333
with:
3434
path: |
3535
~/.cargo/registry
@@ -62,7 +62,7 @@ jobs:
6262
uses: dtolnay/rust-toolchain@stable
6363

6464
- name: Cache dependencies
65-
uses: actions/cache@v3
65+
uses: actions/cache@v4
6666
with:
6767
path: |
6868
~/.cargo/registry
@@ -74,13 +74,13 @@ jobs:
7474
run: cargo build --release --workspace --lib --bins
7575

7676
- name: Upload CLI binary
77-
uses: actions/upload-artifact@v3
77+
uses: actions/upload-artifact@v4
7878
with:
7979
name: smart-diff-cli-linux
8080
path: target/release/smart-diff
81-
81+
8282
- name: Upload server binary
83-
uses: actions/upload-artifact@v3
83+
uses: actions/upload-artifact@v4
8484
with:
8585
name: smart-diff-server-linux
8686
path: target/release/smart-diff-server

0 commit comments

Comments
 (0)