Skip to content

Commit

Permalink
Merge pull request #79 from Nexters/dev
Browse files Browse the repository at this point in the history
Update android-cd.yml - upload-artifact@v3 -> v4
  • Loading branch information
eshc123 authored Nov 18, 2024
2 parents d819391 + 2dee184 commit ff24d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: ./gradlew app:bundleRelease

- name: Upload .aab as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: app-bundle
path: app/build/outputs/bundle/release/app-release.aab

0 comments on commit ff24d45

Please sign in to comment.