Skip to content

Commit a49abfe

Browse files
authored
Update test.yml
1 parent a68ad1b commit a49abfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ jobs:
6464
runs-on: ubuntu-latest
6565
needs: tests
6666
steps:
67-
- uses: actions/upload-artifact@v4
67+
- uses: actions/download-artifact@v4
6868
with:
69-
path: coverage-*
69+
name: coverage-*
7070
merge-multiple: true
7171
- name: Install coverage
7272
run: pip install coverage

0 commit comments

Comments
 (0)