Skip to content

Commit cf6ea61

Browse files
authored
Merge branch 'main' into _bot/update-precommit
2 parents 59992ae + ac0a846 commit cf6ea61

File tree

4 files changed

+150
-153
lines changed

4 files changed

+150
-153
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)