diff --git a/.github/workflows/deploy-development.yml b/.github/workflows/deploy-development.yml index 6c73b51..854b16d 100644 --- a/.github/workflows/deploy-development.yml +++ b/.github/workflows/deploy-development.yml @@ -35,7 +35,7 @@ jobs: arguments: clean test shadowJar dokkaHtml publish sonatypeCentralUpload # Now we store the artifact in the action - name: Upload the artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v4 with: name: SimpleCoreAPI path: ./simplecoreapi/build/libs/simplecoreapi-${{ env.GIT_COMMIT_SHORT_HASH }}.jar diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index 39fedc9..0e9d8c1 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -42,7 +42,7 @@ jobs: arguments: clean test shadowJar dokkaHtml publish publishToSonatype closeAndReleaseSonatypeStagingRepository # Now we store the artifact in the action - name: Upload the artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v4 with: name: SimpleCoreAPI path: ./simplecoreapi/build/libs/simplecoreapi-${{ env.VERSION }}.jar