From a55470e89fdbec507d3cbd7cb1ce761896cf4ad8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 01:16:46 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows (#214) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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