File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-latest
2626
2727 steps :
28- - uses : actions/checkout@v5
28+ - uses : actions/checkout@v6
2929 with :
3030 fetch-depth : 0
3131
4343 if : github.event_name == 'release' && github.event.action == 'published'
4444
4545 steps :
46- - uses : actions/download-artifact@v6
46+ - uses : actions/download-artifact@v7
4747 with :
4848 name : Packages
4949 path : dist
Original file line number Diff line number Diff line change 2121 name : Format
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525 with :
2626 fetch-depth : 0
2727 - uses : actions/setup-python@v6
4848 runs-on : ubuntu-latest
4949
5050 steps :
51- - uses : actions/checkout@v5
51+ - uses : actions/checkout@v6
5252 with :
5353 fetch-depth : 0
5454
6666 --durations=20
6767
6868 - name : Upload coverage report
69- uses : codecov/codecov-action@v5.5.1
69+ uses : codecov/codecov-action@v5.5.2
7070 with :
7171 token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments