From 28707efdd064d4bb4090f989fa6f9c6e84a4132a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 15:56:31 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.3.4 (release-1.2) (#3421) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/actions/build-image/action.yaml | 2 +- .github/actions/preflight/action.yaml | 2 +- .github/workflows/openssf-scorecards.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/build-image/action.yaml b/.github/actions/build-image/action.yaml index 8353616224..7548831aac 100644 --- a/.github/actions/build-image/action.yaml +++ b/.github/actions/build-image/action.yaml @@ -45,7 +45,7 @@ runs: labels: ${{ inputs.labels }} outputs: type=docker,dest=/tmp/operator-${{ inputs.platform }}.tar - name: Upload artifact - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: operator-${{ inputs.platform }} path: /tmp/operator-${{ inputs.platform }}.tar diff --git a/.github/actions/preflight/action.yaml b/.github/actions/preflight/action.yaml index 70fef365f4..a3f5727cdf 100644 --- a/.github/actions/preflight/action.yaml +++ b/.github/actions/preflight/action.yaml @@ -33,7 +33,7 @@ runs: run: | hack/build/ci/preflight.sh "${{ env.PREFLIGHT_VERSION }}" "${{ env.IMAGE_URI}}" "${{ inputs.report-name }}" - name: Upload report - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: preflight-report path: ${{ inputs.report-name }} diff --git a/.github/workflows/openssf-scorecards.yaml b/.github/workflows/openssf-scorecards.yaml index 26a818c7eb..f721d5ee3b 100644 --- a/.github/workflows/openssf-scorecards.yaml +++ b/.github/workflows/openssf-scorecards.yaml @@ -48,7 +48,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: SARIF file path: results.sarif