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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 1d91e0e commit 6a6f414
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-create-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
id: executable_x86
with:
name: Win32 Executable
Expand All @@ -83,7 +83,7 @@ jobs:
run: |
ren pd.exe pd32.exe
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
id: executable_x64
with:
name: x64 Executable
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
id: executable_x86
with:
name: Win32 Executable
Expand All @@ -64,7 +64,7 @@ jobs:
run: |
ren pd.exe pd32.exe
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
id: executable_x64
with:
name: x64 Executable
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
id: executable_x86
with:
name: Win32 Executable
Expand All @@ -67,7 +67,7 @@ jobs:
run: |
ren pd.exe pd32.exe
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
id: executable_x64
with:
name: x64 Executable
Expand Down

0 comments on commit 6a6f414

Please sign in to comment.