Skip to content

Commit ec3ac1f

Browse files
authored
Merge pull request #173 from bpm-crafters/dependabot/github_actions/codecov/codecov-action-6.0.0
2 parents 04841a5 + 98451b7 commit ec3ac1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ jobs:
7676
7777
- name: Upload coverage to Codecov
7878
if: github.event_name == 'push' && github.actor != 'dependabot[bot]'
79-
uses: codecov/codecov-action@v5.5.3
79+
uses: codecov/codecov-action@v6.0.0
8080
with:
8181
token: ${{secrets.CODECOV_TOKEN}}

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ jobs:
5151
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
5252

5353
- name: Upload coverage information
54-
uses: codecov/codecov-action@v5.5.3
54+
uses: codecov/codecov-action@v6.0.0
5555
with:
5656
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)