Skip to content

Commit 79f4f54

Browse files
Fix github workflow. (#33)
See actions/upload-artifact#480.
1 parent d658190 commit 79f4f54

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ jobs:
4040
run: pytest --cov app ${{ env.CODECOV_ATS_TESTS }}
4141

4242
- name: Upload coverage data
43-
uses: actions/upload-artifact@v3
43+
uses: actions/upload-artifact@v4
4444
with:
45-
name: covdata
45+
# see https://github.com/actions/upload-artifact/issues/480
46+
name: covdata-${{ matrix.os }}
4647
path: coverage.xml
4748

4849
- name: Upload coverage reports to Codecov

0 commit comments

Comments
 (0)