CI: Housekeeping
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy to Cloudflare Pages (3.114.12) (push) Has been cancelled
Build / Deploy to GitHub and GitLab (push) Has been cancelled
Build / Remove Artifacts after Deployment (push) Has been cancelled

This commit is contained in:
SukkaW
2026-02-28 22:48:35 +08:00
parent 52a0db66e0
commit e3100a9c55

View File

@@ -102,7 +102,7 @@ jobs:
exit 1
fi
echo "public directory is ready: ${{ steps.ramdisk.outputs.build_dir }}"
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
name: build-artifact-${{ github.sha }}-${{ github.run_number }}
path: ${{ steps.ramdisk.outputs.build_dir }}
@@ -125,7 +125,7 @@ jobs:
name: Diff output
runs-on: ubuntu-slim
steps:
- uses: actions/download-artifact@v7
- uses: actions/download-artifact@v8
with:
name: build-artifact-${{ github.sha }}-${{ github.run_number }}
path: public
@@ -161,7 +161,7 @@ jobs:
key: deploy-to-cloudflare-npm-${{ runner.os }}-${{ runner.arch }}-wrangler-${{ matrix.wranglerVersion }}
restore-keys: |
deploy-to-cloudflare-npm-${{ runner.os }}-${{ runner.arch }}-wrangler-
- uses: actions/download-artifact@v7
- uses: actions/download-artifact@v8
with:
name: build-artifact-${{ github.sha }}-${{ github.run_number }}
path: public
@@ -179,7 +179,7 @@ jobs:
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-slim
steps:
- uses: actions/download-artifact@v7
- uses: actions/download-artifact@v8
with:
name: build-artifact-${{ github.sha }}-${{ github.run_number }}
path: public