Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading