Skip to content

Commit

Permalink
use upload-artifact version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
donyunardi committed Dec 16, 2023
1 parent 49a7220 commit e46d762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install dependencies
run: |
install.packages(c("covr", "devtools"))
install.packages(c("covr",))
shell: Rscript {0}

- name: Get percent coverage
Expand All @@ -50,7 +50,7 @@ jobs:
shell: Rscript {0}

- name: Upload percent coverage
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: coverage
path: coverage.txt
Expand Down

0 comments on commit e46d762

Please sign in to comment.