Skip to content

Commit

Permalink
Update upload-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
csoneson committed Jul 14, 2024
1 parent 9d58049 commit 02fb01e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,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 All @@ -124,7 +124,7 @@ jobs:

- name: Upload check results
if: failure()
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}-bioc-${{ matrix.config.bioc }}-results
path: ${{ steps.build-install-check.outputs.check-dir }}
Expand Down

0 comments on commit 02fb01e

Please sign in to comment.