We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e76e1f6 commit e88fac4Copy full SHA for e88fac4
.github/workflows/publish.yml
@@ -42,7 +42,7 @@ jobs:
42
GH_TOKEN: ${{ secrets.GH_PERMISSIONLESS_FGAT }}
43
44
- name: Upload coverage to Codecov
45
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
46
with:
47
# Docs say a token isn't required for public GitHub repositories using GH
48
# Actions, but it didn't work and failed with:
0 commit comments