Skip to content

Commit

Permalink
Merge pull request #4419 from traPtitech/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-5

build(deps): bump codecov/codecov-action from 4 to 5
  • Loading branch information
Pugma authored Jan 17, 2025
2 parents 4bbac9b + 4cef166 commit e4a86b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ jobs:
with:
name: coverage
path: ./coverage
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
test-e2e:
name: run test:e2e
runs-on: ubuntu-latest
Expand Down

0 comments on commit e4a86b5

Please sign in to comment.