From 8cfa2153ac76962c8539506058296cb9772b97e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 23:42:36 +0000 Subject: [PATCH] chore(ci)(deps): bump actions/download-artifact from 4 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...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/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c100aa..d635bdd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -114,11 +114,11 @@ jobs: id: version run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT - name: Download IIS bundle - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: pesacore-api-iis-${{ steps.version.outputs.VERSION }} - name: Download Linux bundle - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: pesacore-api-linux-${{ steps.version.outputs.VERSION }} - name: Generate release notes