Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #377 from rstudio/kg-update-upload-artifact
Browse files Browse the repository at this point in the history
update upload-artifact
  • Loading branch information
kgartland-rstudio authored Oct 25, 2024
2 parents 361e022 + fe11ad8 commit faf0e24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- run: make -C selenium test-env-up
- run: make -C selenium jupyter-up
- run: make -C selenium test
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: selenium-logs
Expand All @@ -82,7 +82,7 @@ jobs:
- run: make prereqs
- run: make dist
id: create_dist
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: distributions
path: dist/
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
- uses: extractions/setup-just@v1
- uses: actions/checkout@v2
- run: just docs/ image build
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: docs
path: docs/site/
Expand Down

0 comments on commit faf0e24

Please sign in to comment.