diff --git a/.github/workflows/pull-request-ci.yml b/.github/workflows/pull-request-ci.yml index 1fea28c6..b84e5cbc 100644 --- a/.github/workflows/pull-request-ci.yml +++ b/.github/workflows/pull-request-ci.yml @@ -72,7 +72,7 @@ jobs: - name: Code checks run: ./gradlew check - name: Archive Lint report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: ${{ always() }} with: name: Matomo-Lint-${{ needs.env-job.outputs.modified-branch-name }} @@ -120,7 +120,7 @@ jobs: abi: ${{ matrix.abi }} cmdOptions: -noaudio -no-boot-anim -no-window -metrics-collection - name: Archive Espresso results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: ${{ always() }} with: name: matomo-Espresso-${{ needs.env-job.outputs.modified-branch-name }}