Skip to content

Commit

Permalink
updating to upload actions upload artifact v3 (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnwllr authored Sep 23, 2024
1 parent 40f1985 commit 99e1f3c
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 @@ -101,7 +101,7 @@ jobs:

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

0 comments on commit 99e1f3c

Please sign in to comment.