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 cd41ca2 commit b701322
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,22 +92,22 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v2
- name: Get Windows x86 Build
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: win-x86
path: build/libs/msvc/Win32/src/Release
- name: Get Windows x64 Build
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: win-x64
path: build/libs/msvc/x64/src/Release
- name: Get Linux Build
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: linux-x64
path: build/libs/x86_64/Release/src
- name: Get MacOS Artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: osx-x64
path: build/libs/x86_64/Release/src
Expand Down

0 comments on commit b701322

Please sign in to comment.