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 2266fb6 commit 637e979
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ jobs:
with:
path: main
- name: Download artifact to get build-windows
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: build-windows_${{ github.run_number }}_${{ github.sha }}
path: release
Expand Down Expand Up @@ -761,7 +761,7 @@ jobs:
with:
path: main
- name: Download artifact to get build-windows-material
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: build-windows-material_${{ github.run_number }}_${{ github.sha }}
path: release
Expand Down Expand Up @@ -799,7 +799,7 @@ jobs:
with:
path: main
- name: Download artifact to get build-windows-suisho
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: build-windows-suisho_${{ github.run_number }}_${{ github.sha }}
path: release
Expand Down Expand Up @@ -839,7 +839,7 @@ jobs:
with:
path: main
- name: Download artifact to get build-deep-windows
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: build-deep-windows_${{ github.run_number }}_${{ github.sha }}
path: release
Expand Down Expand Up @@ -877,7 +877,7 @@ jobs:
with:
path: main
- name: Download artifact to get build-android
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: build-android_${{ github.run_number }}_${{ github.sha }}
path: release
Expand Down Expand Up @@ -915,7 +915,7 @@ jobs:
with:
path: main
- name: Download artifact to get build-android-suisho
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: build-android-suisho_${{ github.run_number }}_${{ github.sha }}
path: release
Expand Down Expand Up @@ -955,7 +955,7 @@ jobs:
with:
path: main
- name: Download artifact to get build-macos
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: build-macos_${{ github.run_number }}_${{ github.sha }}
path: release
Expand Down Expand Up @@ -994,7 +994,7 @@ jobs:
with:
path: main
- name: Download artifact to get build-macos-suisho
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: build-macos-suisho_${{ github.run_number }}_${{ github.sha }}
path: release
Expand Down Expand Up @@ -1035,7 +1035,7 @@ jobs:
with:
path: main
- name: Download artifact to get build-wasm
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: build-wasm_${{ github.run_number }}_${{ github.sha }}
path: release
Expand Down Expand Up @@ -1073,7 +1073,7 @@ jobs:
with:
path: main
- name: Download artifact to get build-wasm-suisho
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: build-wasm-suisho_${{ github.run_number }}_${{ github.sha }}
path: release
Expand Down Expand Up @@ -1113,7 +1113,7 @@ jobs:
with:
path: main
- name: Download artifact to get build-wasm-suishopetite
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: build-wasm-suishopetite_${{ github.run_number }}_${{ github.sha }}
path: release
Expand Down Expand Up @@ -1168,57 +1168,57 @@ jobs:
with:
path: main
- name: Download artifact to get build-windows
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: archive-windows_${{ github.run_number }}_${{ github.sha }}
path: release-windows
- name: Download artifact to get build-windows-material
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: archive-windows-material_${{ github.run_number }}_${{ github.sha }}
path: release-windows-material
- name: Download artifact to get build-windows-suisho
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: archive-windows-suisho_${{ github.run_number }}_${{ github.sha }}
path: release-windows-suisho
- name: Download artifact to get build-deep-windows
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: archive-deep-windows_${{ github.run_number }}_${{ github.sha }}
path: release-deep-windows
- name: Download artifact to get build-android
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: archive-android_${{ github.run_number }}_${{ github.sha }}
path: release-android
- name: Download artifact to get build-android-suisho
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: archive-android-suisho_${{ github.run_number }}_${{ github.sha }}
path: release-android-suisho
- name: Download artifact to get build-macos
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: archive-macos_${{ github.run_number }}_${{ github.sha }}
path: release-macos
- name: Download artifact to get build-macos-suisho
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: archive-macos-suisho_${{ github.run_number }}_${{ github.sha }}
path: release-macos-suisho
- name: Download artifact to get build-wasm
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: archive-wasm_${{ github.run_number }}_${{ github.sha }}
path: release-wasm
- name: Download artifact to get build-wasm-suisho
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: archive-wasm-suisho_${{ github.run_number }}_${{ github.sha }}
path: release-wasm-suisho
- name: Download artifact to get build-wasm-suishopetite
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: archive-wasm-suishopetite_${{ github.run_number }}_${{ github.sha }}
path: release-wasm-suishopetite
Expand Down

0 comments on commit 637e979

Please sign in to comment.