We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d29c5 commit e4564e1Copy full SHA for e4564e1
.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@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # 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