Skip to content

Commit

Permalink
upgrade: artifact@v3->v4
Browse files Browse the repository at this point in the history
  • Loading branch information
orz12 committed Feb 23, 2025
1 parent 0c4f480 commit c2e7dd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
done
- name: 上传
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Pilipala-CI
path: |
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
done
- name: 上传
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
if-no-files-found: error
name: Pilipala-CI
Expand All @@ -216,7 +216,7 @@ jobs:
- iOS
steps:

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: Pilipala-CI
path: ./Pilipala-CI
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
done
- name: 上传
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Pilipala-Release
path: |
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
done
- name: 上传
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
if-no-files-found: error
name: Pilipala-Release
Expand All @@ -151,7 +151,7 @@ jobs:
- android
- iOS
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: Pilipala-Release
path: ./Pilipala-Release
Expand Down

0 comments on commit c2e7dd5

Please sign in to comment.