From cd332f0c2d8ea9f05e1f319168b869c08d38e974 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 21:05:09 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' 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..78fb6410a 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@v6 with: name: ola-${{ matrix.id }}-source-tree path: . diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 8f4c2987d..4a988fd73 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@v6 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..a6edc40b9 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@v6 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@v6 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@v6 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@v6 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@v6 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@v6 with: name: ola-debian-stable-built-source-tree path: .