Skip to content

Commit

Permalink
Update codecov/codecov-action to v3
Browse files Browse the repository at this point in the history
Old version keeps throwing us annotations about Node.js 12 being
deprecated.
  • Loading branch information
lunkwill42 committed Jan 4, 2023
1 parent 9f14db4 commit db72a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: "Upload coverage to Codecov"
if: "github.repository_owner == 'Uninett'"
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
Expand Down

0 comments on commit db72a30

Please sign in to comment.