diff --git a/.github/workflows/gradle-build.yml b/.github/workflows/gradle-build.yml index 005c36e1..32d50dd5 100644 --- a/.github/workflows/gradle-build.yml +++ b/.github/workflows/gradle-build.yml @@ -23,7 +23,7 @@ jobs: - run: ./gradlew ${{ matrix.task }} # upload build output for later inspection, if the build failed # N.B only applies to the last task in the matrix - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: failure() with: name: wholebuild #testreports @@ -46,7 +46,7 @@ jobs: - run: ./gradlew ${{ matrix.task }} # upload build output for later inspection, if the build failed # N.B only applies to the last task in the matrix - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: failure() with: name: wholebuild #testreports