We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf3f51a commit 2fcf356Copy full SHA for 2fcf356
CHANGELOG.md
@@ -1,3 +1,19 @@
1
+## v5.4.2
2
+
3
+### What's Changed
4
5
6
+**Full Changelog**: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.2
7
8
9
10
11
12
13
14
+**Full Changelog**: https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2
15
16
17
## v5.4.1
18
19
### What's Changed
action.yml
@@ -203,7 +203,7 @@ runs:
203
GITHUB_REPOSITORY: ${{ github.repository }}
204
205
- name: Get OIDC token
206
- if: ${{ inputs.use_oidc }}
+ if: ${{ inputs.use_oidc == 'true' }}
207
uses: actions/github-script@v7
208
id: oidc
209
with:
src/version
@@ -1 +1 @@
-5.4.1
+5.4.2
0 commit comments