Skip to content

Commit

Permalink
Change to upload-artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusMuck committed Feb 7, 2025
1 parent e662ac1 commit d6b3ecc
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 @@ -105,7 +105,7 @@ jobs:

- name: Upload install log if the build/install/check step fails
if: always() && (steps.build-install-check.outcome == 'failure')
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: install-log
path: |
Expand Down

0 comments on commit d6b3ecc

Please sign in to comment.