From 6229112e15319fdfb24a31453c9d4e55c9f425eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 04:11:57 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 2.1.0 to 3.0.2 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.1.0 to 3.0.2. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/f023be2c48cc18debc3bacd34cb396e0295e2869...9bc31d5ccc31df68ecc42ccf4149144866c47d8a) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-images-base.yaml | 2 +- .github/workflows/build-images-beta.yaml | 2 +- .github/workflows/build-images-ci.yaml | 2 +- .github/workflows/build-images-hotfixes.yaml | 2 +- .github/workflows/build-images-releases.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-images-base.yaml b/.github/workflows/build-images-base.yaml index 90a7cce97d920..2dba6b2956313 100644 --- a/.github/workflows/build-images-base.yaml +++ b/.github/workflows/build-images-base.yaml @@ -123,7 +123,7 @@ jobs: mkdir -p image-digest/ - name: Download digests of all images built - uses: actions/download-artifact@f023be2c48cc18debc3bacd34cb396e0295e2869 + uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a with: path: image-digest/ diff --git a/.github/workflows/build-images-beta.yaml b/.github/workflows/build-images-beta.yaml index 82032d08ef644..e4571277d2ce9 100644 --- a/.github/workflows/build-images-beta.yaml +++ b/.github/workflows/build-images-beta.yaml @@ -122,7 +122,7 @@ jobs: mkdir -p image-digest/ - name: Download digests of all images built - uses: actions/download-artifact@f023be2c48cc18debc3bacd34cb396e0295e2869 + uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a with: path: image-digest/ diff --git a/.github/workflows/build-images-ci.yaml b/.github/workflows/build-images-ci.yaml index 56ecbcd431684..a6155ba8ef977 100644 --- a/.github/workflows/build-images-ci.yaml +++ b/.github/workflows/build-images-ci.yaml @@ -262,7 +262,7 @@ jobs: mkdir -p image-digest/ - name: Download digests of all images built - uses: actions/download-artifact@f023be2c48cc18debc3bacd34cb396e0295e2869 + uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a with: path: image-digest/ diff --git a/.github/workflows/build-images-hotfixes.yaml b/.github/workflows/build-images-hotfixes.yaml index b58bec2a37a68..e75d6c9bc1c1c 100644 --- a/.github/workflows/build-images-hotfixes.yaml +++ b/.github/workflows/build-images-hotfixes.yaml @@ -125,7 +125,7 @@ jobs: mkdir -p image-digest/ - name: Download digests of all images built - uses: actions/download-artifact@f023be2c48cc18debc3bacd34cb396e0295e2869 + uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a with: path: image-digest/ diff --git a/.github/workflows/build-images-releases.yaml b/.github/workflows/build-images-releases.yaml index 6a84f94963d1e..6cb97a15806a7 100644 --- a/.github/workflows/build-images-releases.yaml +++ b/.github/workflows/build-images-releases.yaml @@ -137,7 +137,7 @@ jobs: mkdir -p image-digest/ - name: Download digests of all images built - uses: actions/download-artifact@f023be2c48cc18debc3bacd34cb396e0295e2869 + uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a with: path: image-digest/