File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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') }}
Original file line number Diff line number Diff line change 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') }}
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
You can’t perform that action at this time.
0 commit comments