build: downgraded upload artifact version
This commit is contained in:
parent
eecc0765b4
commit
0449ddd21f
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ jobs:
|
||||||
run: bun run build:canary
|
run: bun run build:canary
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: canary-build
|
name: canary-build
|
||||||
# Replace 'dist' with your actual output folder (e.g., 'out' or 'build')
|
# Replace 'dist' with your actual output folder (e.g., 'out' or 'build')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue