diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0350f193d..6039f75076 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}