Skip to content

Commit 5551437

Browse files
committed
chore: fix ci workflow
1 parent 5655443 commit 5551437

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
run: cargo build --release --target ${{ matrix.target }}
8989

9090
- name: Upload binary
91-
uses: actions/upload-artifact@v3
91+
uses: actions/upload-artifact@v4
9292
with:
9393
name: bytes-radar-${{ matrix.target }}
9494
path: |

0 commit comments

Comments
 (0)