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

update upload-artifact #377

Merged
merged 1 commit into from
Oct 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading