Skip to content

Commit fff3eff

Browse files
committed
Fix artifacts
1 parent 208e4c8 commit fff3eff

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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:
@@ -35,7 +35,7 @@ jobs:
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:
@@ -45,9 +45,10 @@ jobs:
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

0 commit comments

Comments
 (0)