diff --git a/.github/workflows/wf_build_artifacts.yaml b/.github/workflows/wf_build_artifacts.yaml index 917bc45..54de67e 100644 --- a/.github/workflows/wf_build_artifacts.yaml +++ b/.github/workflows/wf_build_artifacts.yaml @@ -66,7 +66,7 @@ jobs: find -L result -type f -exec cp {} mcp-nhost \; - name: "Push artifact to artifact repository" - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: mcp-nhost-${{ steps.vars.outputs.VERSION }}-${{ inputs.GOOS }}-${{ inputs.GOARCH }} path: mcp-nhost @@ -78,7 +78,7 @@ jobs: if: ${{ ( inputs.GOOS == 'linux' ) }} - name: "Push docker-image to artifact repository" - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: mcp-nhost-docker-image-${{ steps.vars.outputs.VERSION }}-${{ inputs.GOOS }}-${{ inputs.GOARCH }} path: result