File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 run : uv build --sdist
2121
2222 - name : Upload artifacts
23- uses : actions/upload-artifact@v6
23+ uses : actions/upload-artifact@v7
2424 with :
2525 name : sdist
2626 path : ./dist/*.tar.gz
Original file line number Diff line number Diff line change 1818 contents : write
1919 steps :
2020 - name : Download sdist artifact
21- uses : actions/download-artifact@v7
21+ uses : actions/download-artifact@v8
2222 with :
2323 name : sdist
2424 path : ./dist
3737 id-token : write
3838 steps :
3939 - name : Download sdist artifact
40- uses : actions/download-artifact@v7
40+ uses : actions/download-artifact@v8
4141 with :
4242 name : sdist
4343 path : ./dist
Original file line number Diff line number Diff line change 3434 run : uv sync --all-groups --python ${{ matrix.python-version }}
3535
3636 - name : Download sdist artifact
37- uses : actions/download-artifact@v7
37+ uses : actions/download-artifact@v8
3838 with :
3939 name : sdist
4040 path : ./dist
You can’t perform that action at this time.
0 commit comments