We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1d308 commit 07de08bCopy full SHA for 07de08b
.github/workflows/test-merge.yml
@@ -21,6 +21,6 @@ jobs:
21
node-version: 18
22
- run: npm ci
23
- run: npm test
24
- - uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3
+ - uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5
25
with:
26
directory: ./coverage/
.github/workflows/test.yml
@@ -32,6 +32,6 @@ jobs:
32
node-version: ${{ matrix.node-version }}
33
34
35
36
37
0 commit comments