Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
Browse files Browse the repository at this point in the history
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](actions/download-artifact@v2...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 1988c7b commit 986746e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
id: version

- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: DDCToolbox_Portable_linux64

Expand Down Expand Up @@ -97,12 +97,12 @@ jobs:
id: version

- name: Download portable artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: DDCToolbox_Portable_linux64

- name: Download package artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: ddctoolbox_${{steps.version.outputs.version}}_linux64.deb

Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
id: version

- name: Download package artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: ddctoolbox_${{steps.version.outputs.version}}_linux64.deb

Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
id: version

- name: Download package artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: ddctoolbox_${{steps.version.outputs.version}}_linux64.deb

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
id: version

- name: Download portable artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: DDCToolbox_mac64_dmg

Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
id: version

- name: Download portable artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: DDCToolbox_mac64_dmg

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/windows-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:

# Make x64 installer
- name: Download artifact (x64)
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: DDCToolbox_Portable_win64

Expand Down Expand Up @@ -146,12 +146,12 @@ jobs:
id: version

- name: Download setup artifact (x64)
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: DDCToolbox_Setup_win64_${{steps.version.outputs.version}}.exe

- name: Download portable artifact (x64)
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: DDCToolbox_Portable_win64

Expand Down Expand Up @@ -203,12 +203,12 @@ jobs:
id: version

- name: Download setup artifact (x64)
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: DDCToolbox_Setup_win64_${{steps.version.outputs.version}}.exe

- name: Download portable artifact (x64)
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: DDCToolbox_Portable_win64

Expand Down

0 comments on commit 986746e

Please sign in to comment.