File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5757 | sha256sum | cut -d ' ' -f1)" >> $GITHUB_OUTPUT
5858
5959 - name : LFS Cache
60- uses : actions/cache@v3
60+ uses : actions/cache@v4
6161 with :
6262 path : .git/lfs/objects
6363 key : ${{ runner.os }}-lfs-${{ steps.lfs-id.outputs.lfs-id }}
Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ jobs:
3535 uses : actions/checkout@v3
3636
3737 - name : Download output
38- uses : actions/download-artifact@v3
38+ uses : actions/download-artifact@v4
3939 with :
4040 name : output
4141 path : ./src/output
4242
4343 - name : Setup Pages
44- uses : actions/configure-pages@v2
44+ uses : actions/configure-pages@v5
4545
4646 - name : Setup Node.js
4747 uses : actions/setup-node@v3
5959 | sha256sum | cut -d ' ' -f1)" >> $GITHUB_OUTPUT
6060
6161 - name : LFS Cache
62- uses : actions/cache@v3
62+ uses : actions/cache@v4
6363 with :
6464 path : .git/lfs/objects
6565 key : ${{ runner.os }}-lfs-${{ steps.lfs-id.outputs.lfs-id }}
9292 npm run build
9393
9494 - name : Upload artifact
95- uses : actions/upload-pages-artifact@v1
95+ uses : actions/upload-pages-artifact@v3
9696 with :
9797 path : ./conformance-search/dist
9898
9999 - name : Deploy to GitHub Pages
100- uses : actions/deploy-pages@v1
100+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 9595
9696 - name : Upload output
9797 if : inputs.upload
98- uses : actions/upload-artifact@v3
98+ uses : actions/upload-artifact@v4
9999 with :
100100 name : output
101101 path : ./src/output
You can’t perform that action at this time.
0 commit comments