Skip to content

Commit

Permalink
Merge pull request #735 from traPtitech/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions-deps-d109cd9e8b

⬆️ Bump codecov/codecov-action from 4 to 5 in the actions-deps group
  • Loading branch information
H1rono authored Dec 1, 2024
2 parents 6c8c926 + 04ab478 commit 37d81b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ jobs:
with:
name: coverage_integration
- name: Upload coverage data (Unit)
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
files: ./coverage_unit.txt
flags: unit
token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload coverage data (Integration)
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
files: ./coverage_integration.txt
flags: integration
Expand Down

0 comments on commit 37d81b0

Please sign in to comment.