Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows #2477

Closed
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
12 changes: 6 additions & 6 deletions .github/workflows/atomicdex-desktop-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -528,32 +528,32 @@ jobs:
steps:

# - name: Download linux artifact release
# uses: actions/download-artifact@v1
# uses: actions/download-artifact@v4.1.7
# with:
# name: AtomicDEX-Pro-Installer-linux-release
#
# - name: Download linux artifact debug
# uses: actions/download-artifact@v1
# uses: actions/download-artifact@v4.1.7
# with:
# name: AtomicDEX-Pro-Installer-linux-debug

- name: Download osx artifact release
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: dexpro-mac-release.dmg

- name: Download osx artifact debug
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: dexpro-mac-debug.dmg

- name: Download win artifact release
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: dexpro-win-release

- name: Download win artifact debug
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: dexpro-win-debug

Expand Down
Loading