Skip to content

Commit

Permalink
chore(ci): actions/upload-artifact v2 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Oct 31, 2024
1 parent dbafa1f commit ec59051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: ./gradlew assembleDebug

- name: Upload a Build Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: ./demo/angular/android/app/build/outputs/apk/debug/app-debug.apk

Expand Down

0 comments on commit ec59051

Please sign in to comment.