From be17106098d51420492ad63d22e9fe772d8e33ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 21:04:53 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- .github/workflows/debian.yml | 2 +- .github/workflows/lint.yaml | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 60ce8d6fe..8f14cfb12 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -172,7 +172,7 @@ jobs: - id: "distcheck-debian-stable-amd64-clang" steps: - name: Download built source tree archive - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: ola-${{ matrix.id }}-source-tree path: . diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 8f4c2987d..be96feec3 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -80,7 +80,7 @@ jobs: with: persist-credentials: false - name: Download build artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: ola-built-debian-${{ matrix.image_tag }}-${{ matrix.architecture }} path: built diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index f45a8bc92..9b0e675f5 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -74,7 +74,7 @@ jobs: needs: build steps: - name: Download built source tree archive - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: ola-debian-stable-built-source-tree path: . @@ -104,7 +104,7 @@ jobs: needs: build steps: - name: Download built source tree archive - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: ola-debian-stable-built-source-tree path: . @@ -130,7 +130,7 @@ jobs: needs: build steps: - name: Download built source tree archive - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: ola-debian-stable-built-source-tree path: . @@ -167,7 +167,7 @@ jobs: needs: build steps: - name: Download built source tree archive - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: ola-debian-stable-built-source-tree path: . @@ -204,7 +204,7 @@ jobs: needs: build steps: - name: Download built source tree archive - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: ola-debian-stable-built-source-tree path: . @@ -233,7 +233,7 @@ jobs: needs: build steps: - name: Download built source tree archive - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: ola-debian-stable-built-source-tree path: .