Skip to content

Commit

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

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
johannaengland authored Nov 19, 2024
2 parents af302a0 + a15580d commit b9665d3
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 @@ -62,7 +62,7 @@ jobs:
fi
- name: Upload 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 b9665d3

Please sign in to comment.