Skip to content

Commit

Permalink
chore(deps): bump codecov/codecov-action from 3 to 4 (#1266)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 8, 2024
1 parent ce3eb4a commit 3edda78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
CREATE_REPRODUCTION_REPORT: "${{ matrix.os == 'ubuntu-latest' && '1' || '0' }}"
- name: Upload coverage to Codecov
if: always()
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
- name: Upload Test Results
if: always()
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 3edda78

Please sign in to comment.