Skip to content
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
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