diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 07fcda2..443100b 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -37,15 +37,8 @@ jobs: with: arguments: build - name: capture build artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3.1.2 with: name: Artifacts path: build/libs/ - - name: Release & Publish - # You may pin to the exact commit or the version. - # uses: zattoo/publish@c7658fd8c63641736ef23627ca2d6644797565ca - uses: zattoo/publish@1.1.2 - with: - # GitHub Token - github_token: ${{ secrets.GH_TOKEN }}