Skip to content

Commit

Permalink
Upgrade deprecated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-al committed Dec 12, 2024
1 parent 02e6d48 commit 12bd66a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
source ~/.env_version
cd android && chmod +x ./gradlew && ./gradlew bundleRelease
- name: Archive production bundle
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: android-release-bundle
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd_ios_tvos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
bundle exec fastlane build_and_deploy_to_appstore --env testapp-tvos-appstore build_number:$GITHUB_RUN_NUMBER
- name: 'Upload Artifacts'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build_artifacts_appstore
path: |
Expand Down

0 comments on commit 12bd66a

Please sign in to comment.