File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7777 fetch-depth : 0
7878 - name : Download packages built by build-and-inspect-python-package
7979 if : matrix.source == 'sdist'
80- uses : actions/download-artifact@v5
80+ uses : actions/download-artifact@v6
8181 with :
8282 name : Packages
8383 path : dist
@@ -116,7 +116,7 @@ jobs:
116116
117117 steps :
118118 - name : Download packages built by build-and-inspect-python-package
119- uses : actions/download-artifact@v5
119+ uses : actions/download-artifact@v6
120120 with :
121121 name : Packages
122122 path : dist
@@ -138,7 +138,7 @@ jobs:
138138
139139 steps :
140140 - name : Download packages built by build-and-inspect-python-package
141- uses : actions/download-artifact@v5
141+ uses : actions/download-artifact@v6
142142 with :
143143 name : Packages
144144 path : dist
Original file line number Diff line number Diff line change 4848 - name : Build documentation
4949 run : pipx run tox -e docs
5050 - name : Upload docs as artifacts
51- uses : actions/upload-artifact@v4
51+ uses : actions/upload-artifact@v5
5252 with :
5353 path : doc/_build/html
5454 - name : Deploy (on tags)
You can’t perform that action at this time.
0 commit comments