Skip to content

Commit

Permalink
ci: use actions/download-artifact@v4 (#2667)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau authored Aug 20, 2024
1 parent 9c6f4b7 commit e4b3b79
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 e4b3b79

Please sign in to comment.