Skip to content

Commit 72ee226

Browse files
authored
Merge pull request #479 from AppDevNext/dependabot/github_actions/master/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 72c25e7 + 54a7868 commit 72ee226

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@v5
61+
uses: actions/upload-artifact@v6
6262
if: ${{ always() }}
6363
with:
6464
name: Chart-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@v5
69+
uses: actions/upload-artifact@v6
7070
with:
7171
name: Chart-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@v5
87+
uses: actions/upload-artifact@v6
8888
with:
8989
name: Chart-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@v5
124+
uses: actions/upload-artifact@v6
125125
if: ${{ always() }}
126126
with:
127127
name: Chart-Lint-report

0 commit comments

Comments
 (0)