We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c6bb8 commit 9031306Copy full SHA for 9031306
.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