From f4627c862ff4d3d6424a6d7260204e3ae2c437ae Mon Sep 17 00:00:00 2001 From: "George G. Vega Yon" Date: Mon, 17 Jun 2024 22:59:20 -0600 Subject: [PATCH] Updating version of acions --- .github/workflows/r.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/r.yml b/.github/workflows/r.yml index 58ac8b27..15336ff2 100644 --- a/.github/workflows/r.yml +++ b/.github/workflows/r.yml @@ -36,7 +36,7 @@ jobs: R_KEEP_PKG_SOURCE: yes steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: r-lib/actions/setup-pandoc@v2 @@ -69,7 +69,7 @@ jobs: error-on: '"warning"' # Upload the built package as an artifact - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 if: ${{ matrix.config.os == 'ubuntu-latest' && matrix.config.r == 'release' }} with: name: ${{ matrix.config.os }}-pkg