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.
1 parent 18811a7 commit 554d368Copy full SHA for 554d368
.github/workflows/pypi-package.yml
@@ -48,7 +48,7 @@ jobs:
48
49
steps:
50
- name: Download packages built by build-and-inspect-python-package
51
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
52
with:
53
name: Packages
54
path: dist
.github/workflows/tests.yml
@@ -45,7 +45,7 @@ jobs:
45
run: |
46
cat ./logs/docsbuild.log
47
- name: Upload
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
name: doc-html-${{ matrix.branch }}
path: www/
0 commit comments