Skip to content

Commit 4acceab

Browse files
chore(deps): update github actions to v7 (#1762)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bd6451a commit 4acceab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
path: 'coverage/'
144144
- name: 🐿 Publish Coverage
145145
if: (github.event_name != 'pull_request' && github.event_name != 'pull_request_target') || ((github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'dependabot[bot]')
146-
uses: codecov/codecov-action@v6.0.1
146+
uses: codecov/codecov-action@v7.0.0
147147
with:
148148
name: 'actions-${{ matrix.os }}'
149149
- name: 🏺 Publish logs

0 commit comments

Comments
 (0)