Skip to content

Commit

Permalink
checked back again to codecov@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
sebi06 committed Aug 16, 2024
1 parent 3eaff65 commit 2b08ded
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
PLATFORM: ${{ matrix.platform }}

- name: Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

deploy:
# this will run when you have tagged a commit, starting with "v*"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy_testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
PLATFORM: ${{ matrix.platform }}

- name: Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

deploy:
# this will run when you have tagged a commit, starting with "testpypi-*"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy_testpypi.yml.old
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
PLATFORM: ${{ matrix.platform }}

- name: Coverage
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4

deploy:
# this will run when you have tagged a commit, starting with "testpypi-*"
Expand Down

0 comments on commit 2b08ded

Please sign in to comment.