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 2828 - name : Build distributes
2929 run : |
3030 uv build
31- - uses : actions/upload-artifact@v4
31+ - uses : actions/upload-artifact@v5
3232 with :
3333 name : dist-packages
3434 path : dist
5757 run : |
5858 uv sync
5959 BUILD_FOR_PLATFORM=${{ matrix.platform }} uv build --wheel
60- - uses : actions/upload-artifact@v4
60+ - uses : actions/upload-artifact@v5
6161 with :
6262 name : ' dist-${{ matrix.platform }}'
6363 path : dist
7373 permissions :
7474 id-token : write
7575 steps :
76- - uses : actions/download-artifact@v4
76+ - uses : actions/download-artifact@v6
7777 with :
7878 path : dist
7979 merge-multiple : true
9595 permissions :
9696 id-token : write
9797 steps :
98- - uses : actions/download-artifact@v4
98+ - uses : actions/download-artifact@v6
9999 with :
100100 path : dist
101101 merge-multiple : true
@@ -114,7 +114,7 @@ jobs:
114114 contents : write
115115 steps :
116116 - uses : actions/checkout@v4
117- - uses : actions/download-artifact@v4
117+ - uses : actions/download-artifact@v6
118118 with :
119119 path : dist
120120 merge-multiple : true
You can’t perform that action at this time.
0 commit comments