Skip to content

Commit

Permalink
ci: use actions/download-artifact@v4 (anza-xyz#2667)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau authored and ray-kast committed Nov 27, 2024
1 parent 183d27c commit 24c3f49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: windows-artifact
path: ./windows-release
Expand All @@ -96,7 +96,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: windows-artifact
path: ./windows-release/
Expand Down

0 comments on commit 24c3f49

Please sign in to comment.