diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 0874cf9..94fbaa7 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -45,7 +45,7 @@ jobs: run: ./gradlew check --stacktrace - name: Upload reports - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: failure() with: name: Reports diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cab0a31..60881d8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -57,7 +57,7 @@ jobs: SIGNING_KEY: ${{ secrets.SIGNING_KEY }} - name: Upload reports - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: failure() with: name: Reports diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 02c5435..5bde0be 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -56,7 +56,7 @@ jobs: SIGNING_KEY: ${{ secrets.SIGNING_KEY }} - name: Upload reports - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: failure() with: name: Reports