From 986746e61be7505a80fc318fca5a7a367a68870e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:18:47 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 4.1.7 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/linux.yml | 10 +++++----- .github/workflows/mac.yml | 4 ++-- .github/workflows/windows-static.yml | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 093f0c2..dbc6670 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index eabfb99..249531d 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -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 @@ -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 diff --git a/.github/workflows/windows-static.yml b/.github/workflows/windows-static.yml index a27603a..f16ba31 100644 --- a/.github/workflows/windows-static.yml +++ b/.github/workflows/windows-static.yml @@ -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 @@ -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 @@ -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