Skip to content

Commit d466c0c

Browse files
authored
Merge pull request #50 from jakeboone02/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents 2a5ebb6 + 2e8f9b9 commit d466c0c

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)