From 155a38d78cd1783015431f1ee9b9e6362f637e0d Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Wed, 8 Jan 2025 09:08:51 -0600 Subject: [PATCH] Update artifact action to v4 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3be9734..32b6d78 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -55,7 +55,7 @@ jobs: # Upload the check directory as an artefact on failure - name: Upload check results if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.os }}-results path: Rcheck