Skip to content

Commit

Permalink
GHA: use upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
achubaty committed Jan 31, 2024
1 parent dffcf12 commit ea06f8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ jobs:

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

0 comments on commit ea06f8a

Please sign in to comment.