File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5454 uv build
5555
5656 - name : Upload build package artifact
57- uses : actions/upload-artifact@v4
57+ uses : actions/upload-artifact@v5
5858 with :
5959 name : dist
6060 path : dist
7979 id-token : write
8080 steps :
8181 - name : Download build package artifact
82- uses : actions/download-artifact@v5
82+ uses : actions/download-artifact@v6
8383 with :
8484 name : dist
8585 path : dist
Original file line number Diff line number Diff line change @@ -83,15 +83,15 @@ jobs:
8383
8484 - name : Upload coverage data
8585 if : always() && matrix.session == 'tests'
86- uses : " actions/upload-artifact@v4 "
86+ uses : " actions/upload-artifact@v5 "
8787 with :
8888 name : coverage-data-${{ matrix.python }}-${{ matrix.os }}
8989 include-hidden-files : true
9090 path : " .coverage.*"
9191
9292 - name : Upload documentation
9393 if : matrix.session == 'docs-build'
94- uses : actions/upload-artifact@v4
94+ uses : actions/upload-artifact@v5
9595 with :
9696 name : docs
9797 path : docs/_build
@@ -112,7 +112,7 @@ jobs:
112112 uses : astral-sh/setup-uv@v7
113113
114114 - name : Download coverage data
115- uses : actions/download-artifact@v5
115+ uses : actions/download-artifact@v6
116116 with :
117117 pattern : coverage-data-*
118118 merge-multiple : true
You can’t perform that action at this time.
0 commit comments