fix: Downgrade artifact actions to 3
This commit is contained in:
parent
effa4e4cf7
commit
5dbac27b7e
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: bun run build
|
run: bun run build
|
||||||
- name: Archive production artifacts
|
- name: Archive production artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: build/client
|
name: build/client
|
||||||
path: build/client
|
path: build/client
|
||||||
|
@ -34,7 +34,7 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Download build artifacts
|
- name: Download build artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: build/client
|
name: build/client
|
||||||
path: build/client
|
path: build/client
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue