Skip to content

Commit e7b3baf

Browse files
authored
Merge branch 'main' into _bot/update-deps
2 parents 49eb446 + 4c893f0 commit e7b3baf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uv run --no-sync make html
5050
5151
- name: Upload HTML files
52-
uses: actions/upload-artifact@v4
52+
uses: actions/upload-artifact@v5
5353
if: ${{ inputs.artifact_name }}
5454
with:
5555
name: ${{ inputs.artifact_name }}

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uv build
5151
5252
- name: Store the distribution packages
53-
uses: actions/upload-artifact@v4
53+
uses: actions/upload-artifact@v5
5454
with:
5555
name: python-package-distributions
5656
path: dist/
@@ -70,7 +70,7 @@ jobs:
7070

7171
steps:
7272
- name: Download all the dists
73-
uses: actions/download-artifact@v5
73+
uses: actions/download-artifact@v6
7474
with:
7575
name: python-package-distributions
7676
path: dist/

0 commit comments

Comments
 (0)