ci: Upgrade Codecov action to v5 in workflow files

This commit is contained in:
DongjaJ
2025-04-17 23:05:47 +09:00
parent be957cd2ea
commit 6cf0ae0731

View File

@ -48,6 +48,6 @@ jobs:
exit 1
fi
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}