Skip to content

Commit 7af5fbe

Browse files
authored
Merge pull request #421 from AppDevNext/dependabot/github_actions/master/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 2099eda + cd54d92 commit 7af5fbe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/Android-CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ jobs:
5858
cmdOptions: -noaudio -no-boot-anim -no-window -metrics-collection
5959
disableAnimations: true
6060
- name: Archive Espresso results
61-
uses: actions/upload-artifact@v4
61+
uses: actions/upload-artifact@v5
6262
if: ${{ always() }}
6363
with:
6464
name: MPChart-Espresso-report-${{ matrix.api }}-${{ matrix.tag }}-${{ matrix.abi }}-${{ matrix.emulatorApi }}
6565
path: app/build/reports/androidTests/connected
6666
if-no-files-found: error
6767
- name: Archive screenshots
6868
if: ${{ always() }}
69-
uses: actions/upload-artifact@v4
69+
uses: actions/upload-artifact@v5
7070
with:
7171
name: MPChart-Screenshots-${{ matrix.api }}-${{ matrix.tag }}-${{ matrix.abi }}-${{ matrix.emulatorApi }}
7272
path: |
@@ -84,7 +84,7 @@ jobs:
8484
./screenShotScript/screenShotCompare.sh
8585
- name: Archive screenshots diffs
8686
if: ${{ always() }}
87-
uses: actions/upload-artifact@v4
87+
uses: actions/upload-artifact@v5
8888
with:
8989
name: MPChart-Screenshots-diffs-${{ matrix.api }}-${{ matrix.tag }}-${{ matrix.abi }}-${{ matrix.emulatorApi }}
9090
path: |
@@ -121,7 +121,7 @@ jobs:
121121
- name: Code checks
122122
run: ./gradlew check
123123
- name: Archive Lint report
124-
uses: actions/upload-artifact@v4
124+
uses: actions/upload-artifact@v5
125125
if: ${{ always() }}
126126
with:
127127
name: Chart-Lint-report

0 commit comments

Comments
 (0)