ci: ⬆️ Update github actions

This commit is contained in:
Ricardo Montañana Gómez
2023-01-15 10:29:06 +01:00
parent d84e0ffc6a
commit d21e6cac0c

View File

@@ -18,7 +18,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python }} - name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v2 uses: actions/setup-python@v4
with: with:
python-version: ${{ matrix.python }} python-version: ${{ matrix.python }}
# Make dot command available in the environment # Make dot command available in the environment
@@ -53,7 +53,7 @@ jobs:
coverage run -m unittest -v benchmark.tests coverage run -m unittest -v benchmark.tests
coverage xml coverage xml
- name: Upload coverage to Codecov - name: Upload coverage to Codecov
uses: codecov/codecov-action@v1 uses: codecov/codecov-action@v3
with: with:
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml files: ./coverage.xml