From 2d29447ed7558866442e4d2ba57e11ae28bf2207 Mon Sep 17 00:00:00 2001 From: Craig Spencer Date: Thu, 30 May 2024 14:52:28 -0700 Subject: [PATCH] build(deps): bump codecov/codecov-action from 4.4.0 to 4.4.1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4fb7c0f4..0ab15d48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: cat test_output.txt | go-junit-report -set-exit-code > junit-${{matrix.os}}-${{matrix.go-version}}-${{github.run_attempt}}.xml if grep -q "FAIL" test_output.txt; then exit 1; fi - name: Upload Coverage Results - uses: codecov/codecov-action@6d798873df2b1b8e5846dba6fb86631229fbcb17 # v4.4.0 + uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1 with: token: ${{ secrets.CODECOV_TOKEN }} - name: GitHub Upload Release Artifacts