From 7d04fedabf0fe9c579ca3f6a239bda01bd618859 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 23:44:31 +0000 Subject: [PATCH] [github] 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/multiarch.yml | 2 +- .github/workflows/router.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/multiarch.yml b/.github/workflows/multiarch.yml index 3330b84..aade30c 100644 --- a/.github/workflows/multiarch.yml +++ b/.github/workflows/multiarch.yml @@ -68,7 +68,7 @@ jobs: environment: production steps: - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Setup podman and buildah uses: zyclonite/setup-podman@v1 diff --git a/.github/workflows/router.yml b/.github/workflows/router.yml index 3a71231..dd791d4 100644 --- a/.github/workflows/router.yml +++ b/.github/workflows/router.yml @@ -74,7 +74,7 @@ jobs: environment: production steps: - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Setup podman and buildah uses: zyclonite/setup-podman@v1