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 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v3
16+ uses : actions/checkout@v4
1717 - name : Install rust
1818 uses : dtolnay/rust-toolchain@master
1919 with :
3535 suffix : arm64
3636 steps :
3737 - name : Checkout
38- uses : actions/checkout@v3
38+ uses : actions/checkout@v4
3939 - name : Install rust
4040 uses : dtolnay/rust-toolchain@master
4141 with :
4545 - name : Build target
4646 run : cargo build --release --target ${{ matrix.target }}
4747 - name : Upload artifacts
48- uses : actions/upload-artifact@v3
48+ uses : actions/upload-artifact@v4
4949 with :
5050 name : rd_pipe-${{ matrix.suffix }}
51+ compression-level : 9
5152 path : |
5253 ./target/${{ matrix.target }}/release/*.dll*
5354 ./target/${{ matrix.target }}/release/*.pdb
You can’t perform that action at this time.
0 commit comments