Skip to content

Commit

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

Bump codecov/codecov-action from 4.3.0 to 4.3.1
  • Loading branch information
sidey79 authored May 2, 2024
2 parents 42a2433 + a1e7e07 commit 8d87bac
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.0
- uses: codecov/codecov-action@v4.3.1
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.0
- uses: codecov/codecov-action@v4.3.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: clover.xml
Expand Down

0 comments on commit 8d87bac

Please sign in to comment.