File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ jobs:
2323 - " 3.12"
2424
2525 steps :
26- - uses : actions/checkout@v3.3.0
26+ - uses : actions/checkout@v4
2727 with :
2828 fetch-depth : 2
2929 - name : Set up Python ${{ matrix.python-version }}
30- uses : actions/setup-python@v4.5.0
30+ uses : actions/setup-python@v5
3131 with :
3232 python-version : ${{ matrix.python-version }}
3333 - name : Install dependencies
3737 - name : Test with tox
3838 run : tox
3939 - name : Upload coverage data
40- uses : " actions/upload-artifact@v3.1.2 "
40+ uses : " actions/upload-artifact@v4 "
4141 with :
4242 name : coverage-data
4343 path : " coverage.xml"
@@ -47,14 +47,14 @@ jobs:
4747 needs : build
4848 steps :
4949 - name : Check out the repository
50- uses : actions/checkout@v3.3.0
50+ uses : actions/checkout@v4
5151 with :
5252 fetch-depth : 2
5353 - name : Download coverage data
54- uses : actions/download-artifact@v3.0.2
54+ uses : actions/download-artifact@v4
5555 with :
5656 name : coverage-data
5757 - name : Upload coverage report
58- uses : codecov/codecov-action@v3.1.1
58+ uses : codecov/codecov-action@v4
5959 with :
6060 token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments