From d809098ffac7e081dd472a766348437079d992cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 07:21:48 +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/deploy_docs.yml | 2 +- .github/workflows/release.yml | 8 ++++---- .github/workflows/test-release.yml | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 103645e..e955134 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Download docs artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: docs-html path: docs-html/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 51bfc6d..474e9cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: id-token: write # IMPORTANT: mandatory for trusted publishing steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v7 with: name: dist-core path: dist-core @@ -64,7 +64,7 @@ jobs: id-token: write steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v7 with: name: dist-data-oc path: dist-data-oc @@ -89,7 +89,7 @@ jobs: id-token: write steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v7 with: name: dist-demo-ocpapi path: dist-demo-ocpapi @@ -114,7 +114,7 @@ jobs: id-token: write steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v7 with: name: dist-applications-cattsunami path: dist-applications-cattsunami diff --git a/.github/workflows/test-release.yml b/.github/workflows/test-release.yml index 85279ab..3e89fc8 100644 --- a/.github/workflows/test-release.yml +++ b/.github/workflows/test-release.yml @@ -36,7 +36,7 @@ jobs: id-token: write # IMPORTANT: mandatory for trusted publishing steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v7 with: name: dist-core path: dist-core @@ -62,7 +62,7 @@ jobs: id-token: write steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v7 with: name: dist-data-oc path: dist-data-oc @@ -88,7 +88,7 @@ jobs: id-token: write steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v7 with: name: dist-demo-ocpapi path: dist-demo-ocpapi @@ -114,7 +114,7 @@ jobs: id-token: write steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v7 with: name: dist-applications-cattsunami path: dist-applications-cattsunami