diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 121c6a2..a708d6b 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -32,7 +32,7 @@ jobs: run: ./gradlew check - name: Upload reports - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: failure() with: name: Reports diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bae2267..bb30c4b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -40,7 +40,7 @@ jobs: SIGNING_KEY: ${{ secrets.SIGNING_KEY }} - name: Upload reports - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: failure() with: name: Reports