diff --git a/.github/workflows/test.golang.yml b/.github/workflows/test.golang.yml index abb67f317..eb5ed9124 100644 --- a/.github/workflows/test.golang.yml +++ b/.github/workflows/test.golang.yml @@ -28,7 +28,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@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5 with: name: golang-coverage-report path: coverage.out