From 4563d3f63f3958e2d3fd4dd4e16a1dc61a2c2922 Mon Sep 17 00:00:00 2001 From: Diogo Matsubara Date: Tue, 4 Jun 2024 11:25:23 +0200 Subject: [PATCH] chore: Update artifacts action to v4 (#421) artifacts actions v3 are deprecated --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec6ece7d0..b9f21326c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: run: cargo test --verbose --release --features=logger-autoinit - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: # Artifact name name: zenoh-c-${{ matrix.os }}