mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-18 01:10:25 +00:00
Update GitHub Actions
This commit is contained in:
@@ -23,9 +23,9 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
site: [hub, infra, smarthome, code, retro]
|
site: [hub, infra, smarthome, code, retro]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v7
|
||||||
|
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v7
|
||||||
with:
|
with:
|
||||||
node-version: ${{ env.NODE_VERSION }}
|
node-version: ${{ env.NODE_VERSION }}
|
||||||
cache: "npm"
|
cache: "npm"
|
||||||
@@ -50,7 +50,7 @@ jobs:
|
|||||||
find dist/${{ matrix.site }} -type f | head -20
|
find dist/${{ matrix.site }} -type f | head -20
|
||||||
|
|
||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: dist-${{ matrix.site }}
|
name: dist-${{ matrix.site }}
|
||||||
path: dist/${{ matrix.site }}
|
path: dist/${{ matrix.site }}
|
||||||
@@ -77,7 +77,7 @@ jobs:
|
|||||||
cf_project: moonweb-retro
|
cf_project: moonweb-retro
|
||||||
steps:
|
steps:
|
||||||
- name: Download build artifact
|
- name: Download build artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: dist-${{ matrix.site }}
|
name: dist-${{ matrix.site }}
|
||||||
path: dist/${{ matrix.site }}
|
path: dist/${{ matrix.site }}
|
||||||
|
|||||||
Reference in New Issue
Block a user