diff --git a/.github/workflows/gradle-build.yml b/.github/workflows/gradle-build.yml index bdcc9e9..f216ddd 100644 --- a/.github/workflows/gradle-build.yml +++ b/.github/workflows/gradle-build.yml @@ -40,7 +40,7 @@ jobs: run: ./gradlew clean test shadowJar dokkaHtml publish publishToSonatype closeAndReleaseSonatypeStagingRepository -no-daemon # Now we store the artifact in the action - name: Upload the artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: FilesModule path: ./build/libs/FilesModule-${{ env.VERSION }}.jar