File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 python-version : ["3.9", "3.10", "3.11", "3.12"]
2020
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323 - name : Set up Python ${{ matrix.python-version }}
24- uses : actions/setup-python@v3
24+ uses : actions/setup-python@v5
2525 with :
2626 python-version : ${{ matrix.python-version }}
2727 - name : Install dependencies
@@ -38,12 +38,12 @@ jobs:
3838 coverage run --source=pyxlma -m pytest --mpl --mpl-baseline-path=tests/truth/images/ --mpl-generate-summary=html,json --mpl-results-path=tests/mpl-results/ tests/
3939 coverage xml
4040 - name : Upload coverage reports to Codecov
41- uses : codecov/codecov-action@v3
41+ uses : codecov/codecov-action@v4
4242 env :
4343 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
4444 - name : Upload matplotlib test results
4545 if : always()
46- uses : actions/upload-artifact@v3
46+ uses : actions/upload-artifact@v4
4747 with :
4848 name : matplotlib-results
4949 path : tests/mpl-results/
You can’t perform that action at this time.
0 commit comments