Skip to content

Commit

Permalink
Merge pull request #75 from Uninett/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
johannaengland authored Nov 19, 2024
2 parents 61bab49 + 5c5ca17 commit cce3ff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-test-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: github.event.workflow_run.conclusion != 'skipped' && github.repository_owner == 'Uninett'

steps:
# Checking out the repo is necessary codecov/codecov-action@v4 to work properly
# Checking out the repo is necessary codecov/codecov-action@v5 to work properly
# Codecov requires source code to process the coverage file and generate coverage
# reports
- name: Checkout Code
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
fi
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit cce3ff4

Please sign in to comment.