diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 97238fb2..75b9eb1c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,7 +59,7 @@ jobs: echo "::set-output name=image::$IMAGE" # artifact upload will take care of zipping for us - - uses: actions/upload-artifact@v1 + - uses: actions/upload-artifact@v4 if: github.event_name == 'schedule' with: name: ${{ steps.copy.outputs.image }}