diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5180779b..cbd4272b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -339,7 +339,7 @@ jobs: - name: Upload artifact if: ${{ inputs.build-output == 'local' }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: docker-github-builder-assets path: ${{ env.LOCAL_EXPORT_DIR }}