mirror of https://github.com/eyhc1/rendercv.git
workflows: rename tests.yaml to test.yaml
This commit is contained in:
parent
695aeeb9e9
commit
cdd0991b47
|
@ -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 }}
|
Loading…
Reference in New Issue