Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdittrich92 committed Apr 23, 2024
1 parent cd03646 commit 6340a40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
coverage run -m pytest tests/common/
coverage xml -o coverage-common.xml
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: coverage-common
path: ./coverage-common.xml
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
run: |
coverage run -m pytest tests/tensorflow/
coverage xml -o coverage-tf.xml
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: coverage-tf
path: ./coverage-tf.xml
Expand Down

0 comments on commit 6340a40

Please sign in to comment.