diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a6b8ff2..957a147 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,4 +38,4 @@ jobs: - name: Run HTTP integration tests run: ./test/http-integration-tests.sh - - uses: codecov/codecov-action@v2.0.2 + - uses: codecov/codecov-action@v2.0.3 diff --git a/.github/workflows/dependabot-build.yml b/.github/workflows/dependabot-build.yml index c2345f7..fd2380c 100644 --- a/.github/workflows/dependabot-build.yml +++ b/.github/workflows/dependabot-build.yml @@ -41,4 +41,4 @@ jobs: - name: Run HTTP integration tests run: ./test/http-integration-tests.sh - - uses: codecov/codecov-action@v2.0.2 + - uses: codecov/codecov-action@v2.0.3