Skip to content

Commit

Permalink
Merge pull request #1 from atraplet/dependabot/github_actions/github-…
Browse files Browse the repository at this point in the history
…actions-a22372143e

Bump codecov/codecov-action from 4.4.1 to 4.5.0 in the github-actions group
  • Loading branch information
atraplet authored Jul 6, 2024
2 parents 5f1b89e + 0d9f16c commit 84d9132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: mvn -B clean verify -P coverage --file pom.xml
- name: Upload coverage reports to Codecov
if: matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@v4.4.1
uses: codecov/codecov-action@v4.5.0
with:
token: ${{ secrets.codecov_token }}
slug: atraplet/scip4j

0 comments on commit 84d9132

Please sign in to comment.