Skip to content

Commit 3de9d1b

Browse files
chore(deps): update actions/upload-artifact action to v7
1 parent 888a402 commit 3de9d1b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/upload-artifact/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
shell: bash
3535

3636
- name: Upload artifacts
37-
uses: actions/upload-artifact@v6
37+
uses: actions/upload-artifact@v7
3838
with:
3939
if-no-files-found: ${{ inputs.if-no-files-found }}
4040
name: ${{ inputs.name }}

.github/workflows/build-test-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
task: lint
8686
gradle-cache-encryption-key: ${{ secrets.GradleEncryptionKey }}
8787
- name: Upload lint report
88-
uses: actions/upload-artifact@v6
88+
uses: actions/upload-artifact@v7
8989
with:
9090
name: lint-report
9191
path: project/app/build/reports/lint-results-gmsDebug.html

.github/workflows/espresso.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
adb uninstall org.owntracks.android.debug.test || echo "org.owntracks.android.test not installed"
137137
./project/gradlew -p project :app:create${FLAVOUR}DebugAndroidTestCoverageReport -Pandroid.testInstrumentationRunnerArguments.numShards=${SHARD_COUNT} -Pandroid.testInstrumentationRunnerArguments.shardIndex=${SHARD_INDEX} --max-workers=1 --scan -Pandroid.testInstrumentationRunnerArguments.annotation=${TEST_ANNOTATION}
138138
- name: Upload connected test result artifact
139-
uses: actions/upload-artifact@v6
139+
uses: actions/upload-artifact@v7
140140
with:
141141
name: espresso-test-reports-${{ matrix.android-api }}-${{ matrix.flavour }}-${{ matrix.shard }}
142142
path: ./project/app/build/reports/androidTests/connected/

0 commit comments

Comments
 (0)