From 3f7aff19cd01295b1ad3beae26450ae1bfc675bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 08:38:41 -0400 Subject: [PATCH] Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows (#70) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e6994b22..d52352b0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -132,7 +132,7 @@ jobs: DEBIAN_FRONTEND: noninteractive steps: - name: Download artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: ${{ needs.setup.outputs.APPNAME }}-${{ matrix.arch }} - name: Upload release asset diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 22d9d4de..16962636 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -101,7 +101,7 @@ jobs: DEBIAN_FRONTEND: noninteractive steps: - name: Download artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: ${{ needs.setup.outputs.APPNAME }}-${{ matrix.arch }} - name: Upload release asset