Skip to content

Commit

Permalink
[388] use download artifact v3
Browse files Browse the repository at this point in the history
  • Loading branch information
moklidia committed Dec 18, 2023
1 parent 056c5a5 commit e9e203d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ jobs:
- make-binary
steps:
- name: Download Linux Bin
uses: actions/download-artifact@master
uses: actions/download-artifact@v3
with:
name: ${{ env.LINUX_BIN_PATH }}
- name: Download Macos Bin
uses: actions/download-artifact@master
uses: actions/download-artifact@v3
with:
name: ${{ env.DARWIN_BIN_PATH }}
- name: Generate release notes
Expand Down

0 comments on commit e9e203d

Please sign in to comment.