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 Sep 11, 2024
1 parent 38936f7 commit 8033078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy-rmd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ jobs:

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

- name: upload artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: submissionanalytics
path: joss_submission_analytics.rds
Expand Down

0 comments on commit 8033078

Please sign in to comment.