diff --git a/.github/workflows/agentic-component-builder.yml b/.github/workflows/agentic-component-builder.yml index 59550cb..02fb5c4 100644 --- a/.github/workflows/agentic-component-builder.yml +++ b/.github/workflows/agentic-component-builder.yml @@ -326,7 +326,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: component-artifacts path: test-artifacts/ \ No newline at end of file