Skip to content

Commit

Permalink
.github/workflows/R.yml: Avoid deprecation warning triggered by codec…
Browse files Browse the repository at this point in the history
…ov-action.
  • Loading branch information
MLopez-Ibanez committed Aug 9, 2024
1 parent e2ad6de commit 3b1820a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
working-directory: r

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v3.1.5
with:
fail_ci_if_error: true
verbose: true
Expand Down

0 comments on commit 3b1820a

Please sign in to comment.