diff --git a/.github/workflows/JetLagged.yaml b/.github/workflows/JetLagged.yaml index d5d7f2d66..e8199d476 100644 --- a/.github/workflows/JetLagged.yaml +++ b/.github/workflows/JetLagged.yaml @@ -72,7 +72,7 @@ jobs: - name: Upload test reports if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: test-reports-jetlagged-${{ matrix.api-level }} path: ${{ env.SAMPLE_PATH }}/app/build/reports diff --git a/.github/workflows/JetNews.yaml b/.github/workflows/JetNews.yaml index a444e4e5d..e14bc33e4 100644 --- a/.github/workflows/JetNews.yaml +++ b/.github/workflows/JetNews.yaml @@ -75,7 +75,7 @@ jobs: - name: Upload test reports if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: test-reports-jetnews-${{ matrix.api-level }} path: ${{ env.SAMPLE_PATH }}/app/build/reports/androidTests diff --git a/.github/workflows/Jetchat.yaml b/.github/workflows/Jetchat.yaml index feb22ef6e..3c9aa4950 100644 --- a/.github/workflows/Jetchat.yaml +++ b/.github/workflows/Jetchat.yaml @@ -71,7 +71,7 @@ jobs: - name: Upload test reports if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: test-reports-jetchat-${{ matrix.api-level }} path: ${{ env.SAMPLE_PATH }}/app/build/reports diff --git a/.github/workflows/Reply.yaml b/.github/workflows/Reply.yaml index 569f7f49d..13d05b193 100644 --- a/.github/workflows/Reply.yaml +++ b/.github/workflows/Reply.yaml @@ -72,7 +72,7 @@ jobs: - name: Upload test reports if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: test-reports-reply-${{ matrix.api-level }} path: ${{ env.SAMPLE_PATH }}/app/build/reports diff --git a/.github/workflows/build-sample.yml b/.github/workflows/build-sample.yml index d4d65a998..b38aa78fb 100644 --- a/.github/workflows/build-sample.yml +++ b/.github/workflows/build-sample.yml @@ -78,14 +78,14 @@ jobs: run: ./gradlew testDebug --stacktrace - name: Upload build outputs (APKs) - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: build-outputs path: ${{ inputs.path }}/${{ inputs.module }}/build/outputs - name: Upload build reports if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: build-reports path: ${{ inputs.path }}/${{ inputs.module }}/build/reports diff --git a/.github/workflows/test-snapshot.yml b/.github/workflows/test-snapshot.yml index 13183d3de..0a1790269 100644 --- a/.github/workflows/test-snapshot.yml +++ b/.github/workflows/test-snapshot.yml @@ -43,7 +43,7 @@ jobs: - name: Upload build reports if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: build-reports path: ${{ inputs.path }}/app/build/reports