Skip to content

Commit

Permalink
Merge pull request #1256 from RFD-FHEM/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-4.4.0

Bump codecov/codecov-action from 4.3.1 to 4.4.0
  • Loading branch information
sidey79 committed May 18, 2024
2 parents 8d87bac + 7d1db29 commit bd5b4c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Create clover report for perl Modules
run: cover -report clover

- uses: codecov/codecov-action@v4.3.1
- uses: codecov/codecov-action@v4.4.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: clover.xml
Expand All @@ -57,7 +57,7 @@ jobs:
working-directory: /opt/fhem/
run: cover -report clover

- uses: codecov/codecov-action@v4.3.1
- uses: codecov/codecov-action@v4.4.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: clover.xml
Expand Down

0 comments on commit bd5b4c7

Please sign in to comment.