From ebdcd6fe2c77a69af2f59c629650ce6c1d59424f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 22:22:40 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact digest to 4cec3d8 --- .github/workflows/kind.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kind.yml b/.github/workflows/kind.yml index adbdfa2f88..8e02bc8df9 100644 --- a/.github/workflows/kind.yml +++ b/.github/workflows/kind.yml @@ -19,7 +19,7 @@ jobs: IMG=otel-go-instrumentation:latest make docker-build docker save otel-go-instrumentation:latest -o otel-go-instrumentation.tar - name: Upload Docker image artifact - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4 with: name: otel-go-instrumentation path: otel-go-instrumentation.tar