From 508db0ea9b09e81ced4685d73987badebed1a90f Mon Sep 17 00:00:00 2001 From: Diogo Mendes Matsubara Date: Tue, 4 Jun 2024 10:56:19 +0200 Subject: [PATCH] chore: Update artifacts action to v4 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 d60a3b63f..8d0d841e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: run: cargo test --verbose --release --features=logger-autoinit --features=shared-memory - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: # Artifact name name: zenoh-c-${{ matrix.os }}