Skip to content

Commit

Permalink
Merge pull request #620 from aaronparker/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
aaronparker authored Feb 13, 2024
2 parents ed0e178 + 728ab62 commit 213b878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:

- name: Upload to Codecov
id: codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: "codecov-results/**/*.xml"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:

- name: Upload to Codecov
id: codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: "codecov-results/**/*.xml"
Expand Down

0 comments on commit 213b878

Please sign in to comment.