Skip to content

Commit

Permalink
Merge pull request #182 from scality/dependabot/github_actions/codeco…
Browse files Browse the repository at this point in the history
…v/codecov-action-4.4.1

github-actions(deps): bump codecov/codecov-action from 4.3.1 to 4.4.1
  • Loading branch information
tcarmet authored Jun 10, 2024
2 parents c303bae + 1c05480 commit 7f503b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- run: tox -e coverage-report
- run: tox -e tests-server
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.3.1
uses: codecov/codecov-action@v4.4.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: ${{ github.repository }}
Expand All @@ -55,7 +55,7 @@ jobs:
run: pip install tox
- run: tox -e tests-noqueue
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.3.1
uses: codecov/codecov-action@v4.4.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: ${{ github.repository }}
Expand All @@ -77,7 +77,7 @@ jobs:
run: pip install tox
- run: tox -e tests
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.3.1
uses: codecov/codecov-action@v4.4.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: ${{ github.repository }}
Expand Down

0 comments on commit 7f503b6

Please sign in to comment.