Skip to content

Commit

Permalink
ci: fix download-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie committed Jan 31, 2025
1 parent 2e1b621 commit f986f62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
run: |
python3 -m pip install setuptools --break-system-packages
npm install -g appdmg
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: macos-arm64-lib
path: ui/flutter/lib-arm64
Expand Down Expand Up @@ -526,7 +526,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.8.18"
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: web-dist
path: dist/zip/
Expand Down

0 comments on commit f986f62

Please sign in to comment.