File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -53,14 +53,14 @@ jobs:
5353 - name : Build wheel
5454 run : uv build --no-sources --wheel -o dist
5555
56- - uses : actions/upload-artifact@v4
56+ - uses : actions/upload-artifact@v5
5757 name : Upload wheel as artifact
5858 with :
5959 name : wheels-py${{ matrix.python-version }}
6060 path : |
6161 ./dist/*.whl
6262
63- - uses : actions/upload-artifact@v4
63+ - uses : actions/upload-artifact@v5
6464 name : Upload test results
6565 if : always()
6666 with :
8181 - name : Build SDist
8282 run : uv build --no-sources --sdist -o dist
8383
84- - uses : actions/upload-artifact@v4
84+ - uses : actions/upload-artifact@v5
8585 with :
8686 name : sdist
8787 path : dist/*.tar.gz
@@ -112,14 +112,14 @@ jobs:
112112 - uses : actions/checkout@v5
113113
114114 - name : Download wheel artifacts
115- uses : actions/download-artifact@v5
115+ uses : actions/download-artifact@v6
116116 with :
117117 pattern : wheels-*
118118 path : ./artifacts
119119 merge-multiple : true
120120
121121 - name : Download sdist artifact
122- uses : actions/download-artifact@v5
122+ uses : actions/download-artifact@v6
123123 with :
124124 name : sdist
125125 path : ./artifacts
You can’t perform that action at this time.
0 commit comments