Skip to content

Commit

Permalink
And update also download-artificat to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed Jan 30, 2025
1 parent 97297ef commit fed8009
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,43 +108,43 @@ jobs:
uses: actions/checkout@v3

- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: linux
path: ./linux

- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: macos
path: ./macos

# - name: Download Artifacts
# uses: actions/download-artifact@v3
# uses: actions/download-artifact@v4
# with:
# name: windows
# path: ./windows

# - name: Download Artifacts
# uses: actions/download-artifact@v3
# uses: actions/download-artifact@v4
# with:
# name: arm5
# path: ./arm5

# - name: Download Artifacts
# uses: actions/download-artifact@v3
# uses: actions/download-artifact@v4
# with:
# name: arm6
# path: ./arm6

# - name: Download Artifacts
# uses: actions/download-artifact@v3
# uses: actions/download-artifact@v4
# with:
# name: arm7
# path: ./arm7

# - name: Download Artifacts
# uses: actions/download-artifact@v3
# uses: actions/download-artifact@v4
# with:
# name: arm64
# path: ./arm64
Expand Down

0 comments on commit fed8009

Please sign in to comment.