Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Bump the github-actions group with 1 update #2849

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: ./gradlew assembleDemo

- name: Upload APK to Github Actions
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Ivy-Wallet-Demo.apk
path: app/build/outputs/apk/demo/app-demo.apk
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Upload Detekt Release report to GitHub
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: detekt-report.html
path: build/reports/detekt/detekt.html
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@v3
uses: actions/upload-artifact@v4
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@v3
# uses: actions/upload-artifact@v4
# 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@v3
uses: actions/upload-artifact@v4
with:
name: app-release.aab
path: app/build/outputs/bundle/release/app-release.aab
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Upload Lint Release report to GitHub
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: lint-release-report.html
path: build/reports/lint/lint.html
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: ./gradlew koverHtmlReport

- name: Upload Code Coverage Report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
path: app/build/artifacts/reports/kover/coverageResults/index.html