|
|
@ -43,7 +43,7 @@ jobs: |
|
|
- name: Store Code Coverage Data |
|
|
- name: Store Code Coverage Data |
|
|
# if the previous step(s) failed try anyways |
|
|
# if the previous step(s) failed try anyways |
|
|
if: always() |
|
|
if: always() |
|
|
uses: actions/upload-artifact@v3 |
|
|
|
|
|
|
|
|
uses: actions/upload-artifact@v4 |
|
|
with: |
|
|
with: |
|
|
name: code-coverage-${{ matrix.python-version }} |
|
|
name: code-coverage-${{ matrix.python-version }} |
|
|
path: | |
|
|
path: | |
|
|
|