From ce26ae3ec4cc4ca073662623028c4071160a54bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 18:23:12 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test.golang.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.golang.yml b/.github/workflows/test.golang.yml index abb67f317..c269af1c0 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@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 with: name: golang-coverage-report path: coverage.out