diff --git a/.github/workflows/gradle-build.yml b/.github/workflows/gradle-build.yml index 719cff5..1073fa5 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: LoggingModule path: ./build/libs/LoggingModule-${{ env.VERSION }}.jar