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