From bf50718d58bdd99a615ef5c31f473e43738ee862 Mon Sep 17 00:00:00 2001 From: Diogo Matsubara Date: Tue, 4 Jun 2024 11:04:51 +0200 Subject: [PATCH] chore: Update artifacts action to v4 (#116) 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 a145a30e..5212eda0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: ctest - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: # Artifact name name: zenoh-cpp-${{ matrix.os }}