Skip to content

Commit ca7416d

Browse files
authored
Merge branch 'develop' into expand-codepipeline-artifact-capabilities
2 parents 5919ffc + 8fd7a0b commit ca7416d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quality_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Complexity baseline
7676
run: make complexity-baseline
7777
- name: Upload coverage to Codecov
78-
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # 4.6.0
78+
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # 5.0.2
7979
with:
8080
token: ${{ secrets.CODECOV_TOKEN }}
8181
file: ./coverage.xml

0 commit comments

Comments
 (0)