diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c20c91..70b2ddf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: id: get_version run: VERSION=$(./gradlew currentVersion -q -Prelease.quiet) && echo "VERSION=$VERSION" >> $GITHUB_OUTPUT - name: Upload docker zip - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: # Artifact name name: docker-${{ steps.get_version.outputs.VERSION }}