Skip to content

Commit 1fa5168

Browse files
authored
Merge pull request #41 from jakeboone02/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents 3d2ae98 + 0798d07 commit 1fa5168

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- run: bun run build
1414
- run: bun run test
1515
- run: bun run lint --format=github
16-
- uses: codecov/codecov-action@v5
16+
- uses: codecov/codecov-action@v6
1717
env:
1818
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)