File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 - name : Build
1818 run : uv build
1919 - name : Upload source distribution
20- uses : actions/upload-artifact@v5
20+ uses : actions/upload-artifact@v6
2121 with :
2222 name : build-output
2323 path : " dist/*"
7070
7171 - name : Cache Mono
7272 if : runner.os == 'Windows'
73- uses : actions/cache@v4
73+ uses : actions/cache@v5
7474 with :
7575 path : ${{ env.TEMP }}\chocolatey
7676 key : ${{ runner.os }}-chocolatey-${{ matrix.python == 'pypy3' && '32' || '64' }}
8888 uv pip install pytest
8989
9090 - name : Download wheel
91- uses : actions/download-artifact@v6
91+ uses : actions/download-artifact@v7
9292 with :
9393 name : build-output
9494 path : dist/
@@ -108,7 +108,7 @@ jobs:
108108
109109 steps :
110110 - name : Download artifacts
111- uses : actions/download-artifact@v6
111+ uses : actions/download-artifact@v7
112112 with :
113113 name : build-output
114114 path : dist/
You can’t perform that action at this time.
0 commit comments