File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1313
1414 - name : Install uv
15- uses : astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
15+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
1616
1717 - name : Check changelog entries
1818 run : uv run --no-sync python ci/check_changelog_entries.py
Original file line number Diff line number Diff line change 2727 pip install hatch
2828 - name : Build wheel and sdist
2929 run : hatch build
30- - uses : actions/upload-artifact@v4
30+ - uses : actions/upload-artifact@v5
3131 with :
3232 name : releases
3333 path : dist
3636 needs : [build_artifacts]
3737 runs-on : ubuntu-latest
3838 steps :
39- - uses : actions/download-artifact@v5
39+ - uses : actions/download-artifact@v6
4040 with :
4141 name : releases
4242 path : dist
5151 runs-on : ubuntu-latest
5252 if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
5353 steps :
54- - uses : actions/download-artifact@v5
54+ - uses : actions/download-artifact@v6
5555 with :
5656 name : releases
5757 path : dist
You can’t perform that action at this time.
0 commit comments