From 8fd561a81fec7a6e953dd790d3803a43aa926ba6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 02:55:07 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/merge_image.yml | 2 +- .github/workflows/pull_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge_image.yml b/.github/workflows/merge_image.yml index 5a206f0fe..6e0290f09 100644 --- a/.github/workflows/merge_image.yml +++ b/.github/workflows/merge_image.yml @@ -16,7 +16,7 @@ jobs: name: Merge Docker Image steps: - name: Download Digests - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: digests path: /tmp/digests diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 3637182aa..b484e2afc 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -167,7 +167,7 @@ jobs: - v1.29.2 steps: - uses: actions/checkout@v4 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: xline