Skip to content

Commit

Permalink
Fix Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
MLopez-Ibanez committed Aug 19, 2024
1 parent a8d30b7 commit fe99c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:

- name: Upload check results
if: failure()
uses: actions/upload-artifact@mv4
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
path: check
Expand Down

0 comments on commit fe99c7d

Please sign in to comment.