weather #3
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
- name: Build
|
||||
run: bun run build
|
||||
- name: Create Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: build
|
||||
path: .
|
||||
@@ -31,7 +31,7 @@ jobs:
|
||||
image: oven/bun
|
||||
steps:
|
||||
- name: Download Artifact
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: build
|
||||
- name: Install Biome
|
||||
|
||||
Reference in New Issue
Block a user