Skip to content

Commit 4e1cc8a

Browse files
Merge pull request #397 from TeemuSailynoja/bump-workflow-cache-version
Update workflow actions
2 parents 307260e + 26a57f2 commit 4e1cc8a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/covr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
shell: Rscript {0}
3636

3737
- name: Cache R packages
38-
uses: actions/cache@v2
38+
uses: actions/cache@v4
3939
with:
4040
path: ${{ env.R_LIBS_USER }}
4141
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}

.github/workflows/rcmdcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Cache R packages
6060
if: runner.os != 'Windows'
61-
uses: actions/cache@v2
61+
uses: actions/cache@v4
6262
with:
6363
path: ${{ env.R_LIBS_USER }}
6464
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
@@ -98,7 +98,7 @@ jobs:
9898

9999
- name: Upload check results
100100
if: failure()
101-
uses: actions/upload-artifact@main
101+
uses: actions/upload-artifact@v4
102102
with:
103103
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
104104
path: check

0 commit comments

Comments
 (0)