Skip to content

Commit

Permalink
codecov/codecov-action@v2 --> codecov/codecov-action@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
AdeelH committed Sep 22, 2023
1 parent d17ef66 commit 403ac05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:

- run: ./scripts/test "coverage"

- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- run: ./scripts/test "coverage"

- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3

- run: ./scripts/cipublish
env:
Expand Down

0 comments on commit 403ac05

Please sign in to comment.