Skip to content

Commit a27a673

Browse files
Merge pull request #2795 from CatimaLoyalty/dependabot/github_actions/actions/upload-artifact-5.0.0
Bump actions/upload-artifact from 4.6.2 to 5.0.0
2 parents d0d75a4 + c76de15 commit a27a673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
script: ./gradlew connected${{ matrix.flavor }}DebugAndroidTest
6767
- name: Archive test results
6868
if: always()
69-
uses: actions/upload-artifact@v4.6.2
69+
uses: actions/upload-artifact@v5.0.0
7070
with:
7171
name: test-results-flavor${{ matrix.flavor }}
7272
path: app/build/reports

0 commit comments

Comments
 (0)