File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ jobs:
2626 steps :
2727 - uses : actions/checkout@v4
2828 - name : Set up Python
29- uses : actions/setup-python@v2
29+ uses : actions/setup-python@v4
3030 with :
3131 python-version : ${{ matrix.python-version }}
3232
3333 - name : Cache Python dependencies
34- uses : actions/cache@v2
34+ uses : actions/cache@v3
3535 with :
3636 path : ~/.cache/pip
3737 key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements-tests.txt') }}
6464 run : pytest tests/acceptance --cov=rocketpy --cov-append --cov-report=xml
6565
6666 - name : Upload coverage to artifacts
67- uses : actions/upload-artifact@v4
67+ uses : actions/upload-artifact@v3
6868 with :
6969 name : coverage
7070 path : coverage.xml
7575 steps :
7676 - uses : actions/checkout@v4
7777 - name : Download all coverage reports
78- uses : actions/download-artifact@v4
78+ uses : actions/download-artifact@v3
7979 - name : Upload to Codecov
8080 uses : codecov/codecov-action@v4
8181 with :
You can’t perform that action at this time.
0 commit comments