Skip to content

Commit 278406c

Browse files
authored
Merge pull request #57 from ccamel/dependabot/github_actions/codecov/codecov-action-6
build(deps): bump codecov/codecov-action from 5 to 6
2 parents f38629f + 4a3c7a4 commit 278406c

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@v5
68+
uses: codecov/codecov-action@v6
6969
with:
7070
files: ${{ steps.coverage_files.outputs.files }}
7171
flags: erlang

0 commit comments

Comments
 (0)