Skip to content

Commit

Permalink
update githubaction to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-plutniak committed Feb 8, 2025
1 parent 8fb72b8 commit b0d5774
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
env:
RGL_USE_NULL: true
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up R ${{ matrix.r-version }}
uses: r-lib/actions/setup-r@v2
uses: r-lib/actions/setup-r@v4
with:
r-version: ${{ matrix.r-version }}
- name: Install Dependencies (Windows)
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
shell: bash
- name: Upload test results
if: ${{ (failure()) && ( matrix.config.os == 'ubuntu-24.04' ) }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-test-failures
path: ${{ runner.temp }}/archeoViz
Expand Down

0 comments on commit b0d5774

Please sign in to comment.