Skip to content

Commit

Permalink
Update actions/download-artifact to v3 in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Davi Mello committed Sep 25, 2024
1 parent c45cac0 commit befdb60
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 @@ -239,7 +239,7 @@ jobs:
needs: build
steps:
- name: Download windows artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: windows
path: ./release/
Expand Down Expand Up @@ -324,12 +324,12 @@ jobs:
needs: build
steps:
- name: Download x64 artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: linux
path: ./release/linux
- name: Download arm64 artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: linux-arm64
path: ./release/linux-arm64
Expand Down Expand Up @@ -386,7 +386,7 @@ jobs:
needs: [build, sign-win-app, sign-app-image]
steps:
- name: Download all artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
path: ./release/

Expand Down

0 comments on commit befdb60

Please sign in to comment.