Skip to content

Commit 78578d4

Browse files
authored
Merge pull request #292 from ppfeufer/dependabot/github_actions/master/codecov/codecov-action-7
[github-actions] Bump codecov/codecov-action from 6 to 7
2 parents 71dde9a + 7f5ba42 commit 78578d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/automated-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
&& matrix.database == env.COVERAGE_DATABASE_VERSION
143143
)
144144
}}
145-
uses: codecov/codecov-action@v6
145+
uses: codecov/codecov-action@v7
146146
with:
147147
# token: ${{ secrets.CODECOV_TOKEN }}
148148
files: coverage.xml # optional

0 commit comments

Comments
 (0)