Skip to content

Commit

Permalink
fix(ci): upgrade upload-artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
kirasok committed Apr 6, 2024
1 parent 9d48dc7 commit 7625ac1
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 @@ -96,7 +96,7 @@ jobs:
run: |
mv build/app/outputs/flutter-apk/app-release.apk io.github.kirasok.orioks.apk
- name: Upload Android Release
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: android-release
path: io.github.kirasok.orioks.apk
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
with:
args: zip -qq -r io.github.kirasok.orioks.zip build/linux/x64/release/bundle
- name: Upload Linux Release
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: linux-release
path: io.github.kirasok.orioks.zip
Expand Down

0 comments on commit 7625ac1

Please sign in to comment.