diff --git a/.github/workflows/gradle-build.yml b/.github/workflows/gradle-build.yml index 22e3d85..f5e3471 100644 --- a/.github/workflows/gradle-build.yml +++ b/.github/workflows/gradle-build.yml @@ -39,7 +39,7 @@ jobs: run: ./gradlew clean test publish shadow dokkaHtml # Now we store the artifact in the action - name: Upload the artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: NetworkingModule path: ./build/libs/NetworkingModule-${{ env.VERSION }}.jar