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

Commit fe11ad8

Browse files
update upload-artifact
1 parent 361e022 commit fe11ad8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- run: make -C selenium test-env-up
6565
- run: make -C selenium jupyter-up
6666
- run: make -C selenium test
67-
- uses: actions/upload-artifact@v3
67+
- uses: actions/upload-artifact@v4
6868
if: failure()
6969
with:
7070
name: selenium-logs
@@ -82,7 +82,7 @@ jobs:
8282
- run: make prereqs
8383
- run: make dist
8484
id: create_dist
85-
- uses: actions/upload-artifact@v2
85+
- uses: actions/upload-artifact@v4
8686
with:
8787
name: distributions
8888
path: dist/
@@ -126,7 +126,7 @@ jobs:
126126
- uses: extractions/setup-just@v1
127127
- uses: actions/checkout@v2
128128
- run: just docs/ image build
129-
- uses: actions/upload-artifact@v2
129+
- uses: actions/upload-artifact@v4
130130
with:
131131
name: docs
132132
path: docs/site/

0 commit comments

Comments
 (0)