Skip to content

Commit 82dbead

Browse files
authored
Merge pull request #62 from ccamel/dependabot/github_actions/codecov/codecov-action-7
build(deps): bump codecov/codecov-action from 6 to 7
2 parents b210357 + 558d685 commit 82dbead

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
echo "files=$list" >> "$GITHUB_OUTPUT"
6666
6767
- name: Upload coverage to Codecov
68-
uses: codecov/codecov-action@v6
68+
uses: codecov/codecov-action@v7
6969
with:
7070
files: ${{ steps.coverage_files.outputs.files }}
7171
flags: erlang

0 commit comments

Comments
 (0)