Skip to content

Commit

Permalink
Update extensive_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkumar authored Feb 15, 2024
1 parent 29baa9e commit 67fb89b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/extensive_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ jobs:
- name: Upload uncombined coverage to github
if: contains(matrix.test-type, 'unit')
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: gh-actions-parallel-coverage
path: .coverage.*
Expand All @@ -263,7 +263,7 @@ jobs:
run: pip install .

- name: Download artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: gh-actions-parallel-coverage
path: ./
Expand All @@ -278,7 +278,7 @@ jobs:
coverage xml
- name: Upload coverage to github
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: tox-gh-actions-coverage
path: coverage.xml
Expand Down

0 comments on commit 67fb89b

Please sign in to comment.