Skip to content

Commit 0a0275a

Browse files
authored
Merge pull request #186 from sdstoehr/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents cf85481 + 0879e02 commit 0a0275a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- name: Build with Maven
1919
run: mvn clean package -B
2020
- name: Upload coverage reports to Codecov with GitHub Action
21-
uses: codecov/codecov-action@v4
21+
uses: codecov/codecov-action@v5
2222
with:
2323
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)