From bdb5e2b79ff0c15ecfed172263f94bd94766ec57 Mon Sep 17 00:00:00 2001 From: Iker Pedrosa Date: Thu, 5 Dec 2024 12:39:33 +0100 Subject: [PATCH] CI: update artifacts action v3 of upload-artifact actions is being deprecated, so let's move to v4. Link: https://github.com/actions/upload-artifact Signed-off-by: Iker Pedrosa --- .github/workflows/runner.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/runner.yml b/.github/workflows/runner.yml index 1506e46c..f0fb5e25 100644 --- a/.github/workflows/runner.yml +++ b/.github/workflows/runner.yml @@ -90,7 +90,7 @@ jobs: - name: Store artifacts if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.os }}-build path: |