From f25ba01e2a199dfd294a7dd13e5d67a80c0a4034 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 00:36:59 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 7 to 8 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] --- .github/workflows/build-and-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-release.yaml b/.github/workflows/build-and-release.yaml index 03dd77af..b2a32a75 100644 --- a/.github/workflows/build-and-release.yaml +++ b/.github/workflows/build-and-release.yaml @@ -122,7 +122,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Download build artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: jbeam-edit-${{ matrix.ghc }}-${{ matrix.label }} path: dist @@ -154,7 +154,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Download all prepared zip artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: jbeam-edit-${{ github.ref_name }}-*.zip path: dist