Skip to content

Commit

Permalink
Merge pull request #148 from millicast/upgrade_deprecated_actions
Browse files Browse the repository at this point in the history
Upgrade deprecated actions
  • Loading branch information
kamil-al authored Dec 19, 2024
2 parents 02e6d48 + 12bd66a commit 039faaf
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 039faaf

Please sign in to comment.