File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments