From 58b373671567f5751b003cca2ce4900056456d40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 09:22:42 +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/cd.yml | 2 +- .github/workflows/ci.ca-cert.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 431ae736f..8bf67c5d9 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -86,7 +86,7 @@ jobs: env: BASENAME: pkgx-${{ github.event.inputs.version }}+${{ matrix.platform.build-id }} steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: srcs diff --git a/.github/workflows/ci.ca-cert.yml b/.github/workflows/ci.ca-cert.yml index 5a3864aef..3cd4dc6cc 100644 --- a/.github/workflows/ci.ca-cert.yml +++ b/.github/workflows/ci.ca-cert.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest container: debian:buster-slim steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: pkgx