From b242d56ad1757692de152a7436b10f5bfde53d1b Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Wed, 7 Jan 2026 19:08:36 -0600 Subject: [PATCH] Update checkout and upload-artifact actions to @v6 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 32b6d78..a10f917 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Install and set up R uses: r-lib/actions/setup-r@v2 @@ -55,7 +55,7 @@ jobs: # Upload the check directory as an artefact on failure - name: Upload check results if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: ${{ matrix.os }}-results path: Rcheck