Skip to content

Commit

Permalink
Merge pull request #36 from ipfs-shipyard/dependabot/github_actions/c…
Browse files Browse the repository at this point in the history
…odecov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
hsanjuan committed Mar 26, 2024
2 parents f539def + b64e9cb commit 5f6523f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
run: go test -v -timeout 15m -coverprofile=coverage.txt -covermode=atomic .

- name: Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
directory: nopfs

Expand Down

0 comments on commit 5f6523f

Please sign in to comment.