Skip to content

Commit

Permalink
Merge pull request #4207 from greenbone/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-5

Deps: Bump codecov/codecov-action from 4 to 5
  • Loading branch information
a-h-abdelsalam authored Nov 28, 2024
2 parents 70e3d9f + d191da7 commit ce1cc17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
name: linting-report-${{ matrix.node-version }}
path: ${{ env.REPORT_DIR }}
- name: Submit test coverage to codecov.io
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false
Expand Down

0 comments on commit ce1cc17

Please sign in to comment.