Skip to content

Commit

Permalink
Merge pull request #5953 from cylc/dependabot/github_actions/codecov/…
Browse files Browse the repository at this point in the history
…codecov-action-4

build(deps): bump codecov/codecov-action from 3 to 4
  • Loading branch information
oliver-sanders authored Feb 5, 2024
2 parents a8988df + 85492ae commit 3df8835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
uses: actions/download-artifact@v4

- name: Codecov upload
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
name: ${{ github.workflow }}
flags: fast-tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ jobs:
uses: actions/download-artifact@v4

- name: Codecov upload
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
name: ${{ github.workflow }}
flags: functional-tests
Expand Down

0 comments on commit 3df8835

Please sign in to comment.