From 3e27a933173ab1ce894897ed375f9796fb8ce356 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 15:27:05 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact digest to cc20338 --- .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 64a623004..f9fc70e3c 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@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 + uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4 with: name: image-artifacts path: ironic-images/artifacts diff --git a/.github/workflows/code-test.yaml b/.github/workflows/code-test.yaml index 525f36a26..32e0fb30a 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@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 + - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4 with: pattern: coverage-* merge-multiple: true diff --git a/.github/workflows/coverage-report.yaml b/.github/workflows/coverage-report.yaml index 4545469cc..987f7f069 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@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 + - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4 with: name: coverage.xml run-id: ${{ github.event.workflow_run.id }}