mirror of
https://github.com/lbr77/blog-astro.git
synced 2026-06-06 13:41:41 +00:00
Use current actions for frontend build workflow
This commit is contained in:
4
.github/workflows/frontend-build.yml
vendored
4
.github/workflows/frontend-build.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Setup Bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
run: bun run build
|
||||
|
||||
- name: Upload build output
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: frontend-build-${{ github.run_id }}
|
||||
path: |
|
||||
|
||||
Reference in New Issue
Block a user