We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1eb2532 + 887ebab commit 6c39e97Copy full SHA for 6c39e97
.github/workflows/main.yml
@@ -12,6 +12,6 @@ jobs:
12
- run: bun run build
13
- run: bun run test
14
- run: bun run lint
15
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
16
env:
17
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments