Skip to content

Commit 6c39e97

Browse files
authored
Merge pull request #30 from jakeboone02/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 1eb2532 + 887ebab commit 6c39e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
- run: bun run build
1313
- run: bun run test
1414
- run: bun run lint
15-
- uses: codecov/codecov-action@v4
15+
- uses: codecov/codecov-action@v5
1616
env:
1717
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)