From 0db2f1b98f405e055e95f442fd877d0d08ff1096 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 22:50:27 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact digest to 95815c3 --- .github/workflows/build-ironic-images.yaml | 2 +- .github/workflows/code-test.yaml | 2 +- .github/workflows/coverage-report.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-ironic-images.yaml b/.github/workflows/build-ironic-images.yaml index e6240df00..34ec0aafb 100644 --- a/.github/workflows/build-ironic-images.yaml +++ b/.github/workflows/build-ironic-images.yaml @@ -119,7 +119,7 @@ jobs: run: echo "TIMESTAMP=$(git show --no-patch --no-notes --pretty='%cd' --date=format:'%Y%m%d%H%M%S' ${{ github.sha }})" >> $GITHUB_ENV - name: Download artifacts from previous job - uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4 + uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4 with: name: image-artifacts path: ironic-images/artifacts diff --git a/.github/workflows/code-test.yaml b/.github/workflows/code-test.yaml index 213b65c2e..b394903bc 100644 --- a/.github/workflows/code-test.yaml +++ b/.github/workflows/code-test.yaml @@ -54,7 +54,7 @@ jobs: needs: python runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4 + - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4 with: pattern: coverage-* merge-multiple: true diff --git a/.github/workflows/coverage-report.yaml b/.github/workflows/coverage-report.yaml index 6ec816f56..101748f10 100644 --- a/.github/workflows/coverage-report.yaml +++ b/.github/workflows/coverage-report.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - - uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4 + - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4 with: name: coverage.xml run-id: ${{ github.event.workflow_run.id }}