Skip to content

Commit

Permalink
chore: pin codecov's GH action to v3.1.0 (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Sep 15, 2022
1 parent 769d576 commit 280cf69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -57,7 +57,7 @@ jobs:
# only report code coverage on linux
- name: Upload coverage report
if: ${{ matrix.platform == 'ubuntu-latest' }}
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378
with:
files: ./cover.txt
name: testcontainers-go-${{ matrix.go-version }}
Expand Down

0 comments on commit 280cf69

Please sign in to comment.