Skip to content

Commit

Permalink
Merge pull request #1927 from skaut/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-5.4.0

Bump codecov/codecov-action from 5.3.1 to 5.4.0
  • Loading branch information
marekdedic authored Mar 3, 2025
2 parents 8937f52 + d5f6227 commit ded5cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
npm run test-coverage:backend
- name: "Upload coverage results"
uses: codecov/codecov-action@v5.3.1
uses: codecov/codecov-action@v5.4.0
with:
flags: backend
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
HOME: /root

- name: "Upload coverage results"
uses: codecov/codecov-action@v5.3.1
uses: codecov/codecov-action@v5.4.0
with:
flags: frontend
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit ded5cff

Please sign in to comment.