Skip to content

Commit

Permalink
Merge pull request #79 from leoschwarz/fix-github-action
Browse files Browse the repository at this point in the history
Update GitHub action
  • Loading branch information
cpanse authored Oct 22, 2024
2 parents 55e5e37 + df4c644 commit 0d689e9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
branches: [ devel ]
pull_request:
branches: [ devel ]
workflow_dispatch:

jobs:
build:
Expand All @@ -22,9 +23,9 @@ jobs:
matrix:
r-version: [4.3]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up R ${{ matrix.r-version }}
uses: r-lib/actions/setup-r@v1
uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.r-version }}
- name: Install Linux packages
Expand All @@ -42,7 +43,7 @@ jobs:
- name: codecov
run: covr::codecov(type = "all",token=Sys.getenv('CODECOV_TOKEN'))
shell: Rscript {0}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: rawrr.Rcheck
path: /tmp/rawrr.Rcheck
Expand Down

0 comments on commit 0d689e9

Please sign in to comment.