Skip to content

Commit d422e3e

Browse files
committed
lib and docs
1 parent 002848b commit d422e3e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
PATH=/home/runner/.local/bin:$PATH pip3 install -r requirements.txt --prefer-binary
3939
PATH=/home/runner/.local/bin:$PATH SPHINXOPTS="-W" build-docs -l en
4040
- name: Archive Docs
41-
uses: actions/upload-artifact@v2
41+
uses: actions/upload-artifact@v4
4242
with:
4343
name: docs
4444
path: docs

.github/workflows/lib.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- --warnings="all"
7676
7777
- name: Upload artifact
78-
uses: actions/upload-artifact@v3
78+
uses: actions/upload-artifact@v4
7979
with:
8080
name: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}
8181
path: ${{ env.SKETCHES_REPORTS_PATH }}
@@ -129,7 +129,7 @@ jobs:
129129
runs-on: ubuntu-latest
130130
steps:
131131
- name: Upload
132-
uses: actions/upload-artifact@v2
132+
uses: actions/upload-artifact@v4
133133
with:
134134
name: Event File
135-
path: ${{github.event_path}}
135+
path: ${{github.event_path}}

0 commit comments

Comments
 (0)