We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49eb446 + 4c893f0 commit e7b3bafCopy full SHA for e7b3baf
.github/workflows/build_docs.yml
@@ -49,7 +49,7 @@ jobs:
49
uv run --no-sync make html
50
51
- name: Upload HTML files
52
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
53
if: ${{ inputs.artifact_name }}
54
with:
55
name: ${{ inputs.artifact_name }}
.github/workflows/publish.yml
@@ -50,7 +50,7 @@ jobs:
uv build
- name: Store the distribution packages
name: python-package-distributions
56
path: dist/
@@ -70,7 +70,7 @@ jobs:
70
71
steps:
72
- name: Download all the dists
73
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
74
75
76
0 commit comments