From 984e7b95da82f7db55ebcbee102b2c452b3e74e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 18:43:58 +0300 Subject: [PATCH] build(deps): bump actions/download-artifact from 7 to 8 (#680) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yaml | 6 +++--- .github/workflows/test.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 54ccf2ac..9596bad5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -57,13 +57,13 @@ jobs: contents: write steps: - name: Download the executables - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: rendercv-* merge-multiple: false - name: Download the build artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: dist path: dist @@ -88,7 +88,7 @@ jobs: id-token: write steps: - name: Download the build artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: dist path: dist diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7d7e9592..2b811c3c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -78,7 +78,7 @@ jobs: - uses: actions/checkout@v6 - name: Download coverage files - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: coverage-* # download all the uploaded coverage reports path: coverage