Merge pull request #2889 from CatimaLoyalty/dependabot/github_actions/actions/upload-artifact-6.0.0

Bump actions/upload-artifact from 5.0.0 to 6.0.0
This commit is contained in:
Sylvia van Os 2025-12-25 16:19:11 +01:00 committed by GitHub
commit c8dcdedae0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,7 +64,7 @@ jobs:
script: ./gradlew connected${{ matrix.flavor }}DebugAndroidTest
- name: Archive test results
if: always()
uses: actions/upload-artifact@v5.0.0
uses: actions/upload-artifact@v6.0.0
with:
name: test-results-flavor${{ matrix.flavor }}
path: app/build/reports