Skip to content

Commit

Permalink
Bump actions/upload-artifact from 2 to 3 (#2540)
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 3, 2023
1 parent eb7f63a commit 6623a77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/internal_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
run: bundle exec fastlane lint_release

- name: Upload Lint Release report to GitHub
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: lint-release-report.html
path: app/build/reports/lint-results-release.html
Expand All @@ -102,7 +102,7 @@ jobs:
# script: bundle exec fastlane ui_tests

#- name: Upload Android Tests report to GitHub
# uses: actions/upload-artifact@v2
# uses: actions/upload-artifact@v3
# with:
# name: android-tests-report
# path: app/build/reports/androidTests/connected
Expand All @@ -117,7 +117,7 @@ jobs:
SIGNING_STORE_PASSWORD: ${{ secrets.SIGNING_STORE_PASSWORD }}

- name: Upload App Bundle to GitHub
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: app-release.aab
path: app/build/outputs/bundle/release/app-release.aab
Expand Down

0 comments on commit 6623a77

Please sign in to comment.