Skip to content

Commit 2f206dc

Browse files
committed
fix actions versions
1 parent 03d9ed1 commit 2f206dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uv run sphinx-build -aEWT --keep-going ./ ./build
4848
4949
- name: "Upload artifacts"
50-
uses: actions/upload-artifact@v4
50+
uses: actions/upload-artifact@v5
5151
with:
5252
name: distributions
5353
path: dist/*
@@ -70,7 +70,7 @@ jobs:
7070
submodules: true
7171

7272
- name: Download Artifacts
73-
uses: actions/download-artifact@v5
73+
uses: actions/download-artifact@v6
7474
with:
7575
name: distributions
7676
path: dist

0 commit comments

Comments
 (0)