Skip to content

Commit

Permalink
chore(deps): bump actions/download-artifact from 2 to 4.1.7 in /.gith…
Browse files Browse the repository at this point in the history
…ub/workflows (#214)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
1 parent eb23976 commit a55470e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/package-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit a55470e

Please sign in to comment.