File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 shell : python
6767 - name : Upload coverage data
6868 if : ${{ !startsWith(matrix.py, 'pypy')}}
69- uses : actions/upload-artifact@v6
69+ uses : actions/upload-artifact@v7
7070 with :
7171 include-hidden-files : true
7272 name : .coverage.${{ matrix.os }}.${{ matrix.py }}
9191 env :
9292 UV_PYTHON_PREFERENCE : only-managed
9393 - name : Download coverage data
94- uses : actions/download-artifact@v7
94+ uses : actions/download-artifact@v8
9595 with :
9696 path : .tox
9797 pattern : .coverage.*
@@ -101,7 +101,7 @@ jobs:
101101 env :
102102 UV_PYTHON_PREFERENCE : only-managed
103103 - name : Upload HTML report
104- uses : actions/upload-artifact@v6
104+ uses : actions/upload-artifact@v7
105105 with :
106106 name : html-report
107107 path : .tox/htmlcov
Original file line number Diff line number Diff line change 4949 - name : Build package
5050 run : uv build --python 3.14 --python-preference only-managed --sdist --wheel . --out-dir dist
5151 - name : Store the distribution packages
52- uses : actions/upload-artifact@v6
52+ uses : actions/upload-artifact@v7
5353 with :
5454 name : ${{ env.dists-artifact-name }}
5555 path : dist/*
9494 git push origin "$VERSION"
9595 git push origin main
9696 - name : Download all the dists
97- uses : actions/download-artifact@v7
97+ uses : actions/download-artifact@v8
9898 with :
9999 name : ${{ env.dists-artifact-name }}
100100 path : dist/
You can’t perform that action at this time.
0 commit comments