diff --git a/.github/workflows/tests.yaml b/.github/workflows/test.yaml similarity index 98% rename from .github/workflows/tests.yaml rename to .github/workflows/test.yaml index ae0a1ed..f7d5675 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/test.yaml @@ -1,4 +1,4 @@ -name: Tests +name: Test # GitHub events that triggers the workflow: on: @@ -60,7 +60,7 @@ jobs: mv .coverage .coverage.${{ matrix.python-version }}.${{ matrix.os }} - name: Store coverage files - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: coverage path: .coverage.${{ matrix.python-version }}.${{ matrix.os }}