diff --git a/.github/workflows/test.golang.yml b/.github/workflows/test.golang.yml index b9f66bc3a..e0f243bf2 100644 --- a/.github/workflows/test.golang.yml +++ b/.github/workflows/test.golang.yml @@ -26,7 +26,7 @@ jobs: - name: Run golang tests run: go test -v -race -covermode=atomic -coverprofile=coverage.out ./... - name: Archive code coverage results - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0 with: name: golang-coverage-report path: coverage.out