From c8e54a85b8ff6d867fca9dadbdc80eb58a459799 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 04:24:02 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 3.0.2 to 4.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.2 to 4.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/9bc31d5ccc31df68ecc42ccf4149144866c47d8a...7a1cd3216ca9260cd8022db641d960b1db4d1be4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/integration.yml | 10 +++++----- .github/workflows/release.yml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 784f3b771e5c4..ccd7c406310c4 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -127,7 +127,7 @@ jobs: with: go-version: '1.21' - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a + - uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 with: name: image-archives path: image-archives @@ -179,7 +179,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: olix0r/cargo-action-fmt/setup@9269f3aa1ff01775d95efc97037e2cbdb41d9684 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a + - uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 with: name: image-archives path: image-archives @@ -267,7 +267,7 @@ jobs: with: go-version: '1.21' - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a + - uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 with: name: image-archives path: image-archives @@ -309,7 +309,7 @@ jobs: with: go-version: '1.21' - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a + - uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 with: name: image-archives path: image-archives @@ -360,7 +360,7 @@ jobs: with: go-version: '1.21' - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a + - uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 with: name: image-archives path: image-archives diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 93da4512422bc..a315e74194496 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -98,7 +98,7 @@ jobs: with: go-version: '1.21' - name: Download image archives - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a + uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 with: name: image-archives path: image-archives @@ -236,7 +236,7 @@ jobs: extract_release_notes NOTES.md - name: Download choco package if: startsWith(github.ref, 'refs/tags/stable') - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a + uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 with: name: choco path: choco