From 56bfcf5c53aedff23dd9ab68ec2dbaf2fe869d7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 23:00:34 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact in the github-actions group Bumps the github-actions group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/release.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 235d6ab..808ba7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: - name: Install environment uses: ./.github/workflows/env-install - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: temply-tarball-${{ matrix.os.target }} path: dist @@ -131,7 +131,7 @@ jobs: - name: Install environment uses: ./.github/workflows/env-install - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: temply-tarball-${{ matrix.os.target }} path: dist @@ -159,7 +159,7 @@ jobs: - name: Install environment uses: ./.github/workflows/env-install - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: temply-package-deb-${{ matrix.os.target }} path: dist @@ -187,7 +187,7 @@ jobs: - name: Install environment uses: ./.github/workflows/env-install - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: pattern: temply-tarball-darwin-* merge-multiple: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 74fd723..8fccb76 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: pattern: temply-tarball-* merge-multiple: true