From 24aa33628dc94ac9febe52d1bff2b6ca6ea9f1cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 01:16:13 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact in /.github/workflows 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] --- .github/workflows/package-deb.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/package-deb.yml b/.github/workflows/package-deb.yml index c47cc7b8..be9b18ac 100644 --- a/.github/workflows/package-deb.yml +++ b/.github/workflows/package-deb.yml @@ -136,7 +136,7 @@ jobs: id: version - name: Download artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: jamesdsp-${{ matrix.flavor }}-full_portable_linux64 @@ -176,7 +176,7 @@ jobs: id: version - name: Download package artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: jamesdsp-${{ matrix.flavor }}_${{steps.version.outputs.version}}_ubuntu22-04_amd64.deb @@ -225,7 +225,7 @@ jobs: id: version - name: Download package artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: jamesdsp-${{ matrix.flavor }}_${{steps.version.outputs.version}}_ubuntu22-04_amd64.deb @@ -293,7 +293,7 @@ jobs: id: version - name: Download package artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: jamesdsp-${{ matrix.flavor }}_${{steps.version.outputs.version}}_ubuntu22-04_amd64.deb