Skip to content

Commit

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

Bump codecov/codecov-action from 4.4.0 to 4.4.1
  • Loading branch information
sidey79 committed May 21, 2024
2 parents bd5b4c7 + 51dd183 commit 09c24c7
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.4.0
- uses: codecov/codecov-action@v4.4.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.4.0
- uses: codecov/codecov-action@v4.4.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: clover.xml
Expand Down

0 comments on commit 09c24c7

Please sign in to comment.