workflows: rename tests.yaml to test.yaml

This commit is contained in:
Sina Atalay 2024-03-09 19:14:33 +01:00
parent 695aeeb9e9
commit cdd0991b47
1 changed files with 2 additions and 2 deletions

View File

@ -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 }}