Skip to content

Commit

Permalink
Fix the version issue of actions/upload-artifact (#25)
Browse files Browse the repository at this point in the history
Change the version number of `actions/upload-artifact` from `v2` to `v4`
  • Loading branch information
NriotHrreion authored Sep 21, 2024
1 parent fc49f7e commit c45bf50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: ls ./android/app/build/outputs/bundle/release

- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: calcium-apk
path: ./android/app/build/outputs/apk/debug/app-debug.apk

1 comment on commit c45bf50

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.