Merge pull request #1 from skoelle/renovate/major-github-actions

Update GitHub Actions (major)
This commit is contained in:
Stefan Koelle
2026-08-13 23:22:41 +02:00
committed by GitHub
+4 -4
View File
@@ -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 }}