diff --git a/.github/workflows/JetLagged.yaml b/.github/workflows/JetLagged.yaml index 6c38e16bf..baae33059 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@v6 + uses: actions/upload-artifact@v7 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 6fbdd6f10..055ede4ca 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@v6 + uses: actions/upload-artifact@v7 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 51818d231..c65d55961 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@v6 + uses: actions/upload-artifact@v7 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 2168aa9cb..146f41e5d 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@v6 + uses: actions/upload-artifact@v7 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 9fb85442d..90c59f6a8 100644 --- a/.github/workflows/build-sample.yml +++ b/.github/workflows/build-sample.yml @@ -84,14 +84,14 @@ jobs: run: ./gradlew testDebug --stacktrace - name: Upload build outputs (APKs) - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: build-outputs path: ${{ inputs.path }}/${{ inputs.module }}/build/outputs - name: Upload build reports if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: build-reports path: ${{ inputs.path }}/${{ inputs.module }}/build/reports