Skip to content

Commit

Permalink
Upgrade codecov-action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland authored May 29, 2024
1 parent 41270bb commit 520c1e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
reports/**/*
- name: "Upload coverage to Codecov"
if: "github.repository_owner == 'Uninett'"
uses: codecov/codecov-action@v3
if: github.repository_owner == 'Uninett'
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
token: ${{ secrets.CODECOV_TOKEN }} # not required for forks of public repos

0 comments on commit 520c1e2

Please sign in to comment.