File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
- name : Install rust
18
18
uses : dtolnay/rust-toolchain@master
19
19
with :
35
35
suffix : arm64
36
36
steps :
37
37
- name : Checkout
38
- uses : actions/checkout@v3
38
+ uses : actions/checkout@v4
39
39
- name : Install rust
40
40
uses : dtolnay/rust-toolchain@master
41
41
with :
45
45
- name : Build target
46
46
run : cargo build --release --target ${{ matrix.target }}
47
47
- name : Upload artifacts
48
- uses : actions/upload-artifact@v3
48
+ uses : actions/upload-artifact@v4
49
49
with :
50
50
name : rd_pipe-${{ matrix.suffix }}
51
+ compression-level : 9
51
52
path : |
52
53
./target/${{ matrix.target }}/release/*.dll*
53
54
./target/${{ matrix.target }}/release/*.pdb
You can’t perform that action at this time.
0 commit comments