From 241e2991b6fff34f85d0d3242b693d6a1c0c260a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 21:53:01 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' 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..e8594f43d 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@v5 with: name: ola-${{ matrix.id }}-source-tree path: . diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 8f4c2987d..4a008ab3e 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@v5 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..e61cb2571 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@v5 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@v5 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@v5 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@v5 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@v5 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@v5 with: name: ola-debian-stable-built-source-tree path: .