Skip to content

Commit

Permalink
Merge remote-tracking branches 'upstream/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-4' and 'upstream/dependabot/submodules/bids-validator/spec-dc49ee2'
  • Loading branch information
effigies committed Feb 1, 2024
3 parents 96dc8b5 + ef2f128 + bed7e8d commit 9d0f4ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deno_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Collect coverage
run: deno coverage cov/ --lcov --output=coverage.lcov
if: ${{ always() }}
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
if: ${{ always() }}
with:
files: coverage.lcov
Expand Down

0 comments on commit 9d0f4ec

Please sign in to comment.