File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ jobs:
4141 ./_synctiles.py start "${{ vars.DEMO_TILER_BUCKET }}" context matrix
4242 echo "slide-matrix=$(cat matrix)" >> $GITHUB_OUTPUT
4343 - name : Upload context
44- uses : actions/upload-artifact@v5
44+ uses : actions/upload-artifact@v7
4545 with :
46- name : context
4746 path : demo/context
47+ archive : false
4848 outputs :
4949 slide-matrix : ${{ steps.start-tiling.outputs.slide-matrix }}
5050
7272 - name : Install dependencies
7373 run : pip install --break-system-packages ${PYTHON_DEPS}
7474 - name : Download context
75- uses : actions/download-artifact@v6
75+ uses : actions/download-artifact@v8
7676 with :
7777 name : context
7878 path : demo
8585 ./_synctiles.py tile context "${{ matrix.slide }}" summary
8686 echo "ARTIFACT_NAME=summary-$(echo "${{ matrix.slide }}" | tr -c "a-zA-Z0-9\n" _)" >> $GITHUB_ENV
8787 - name : Upload summary
88- uses : actions/upload-artifact@v5
88+ uses : actions/upload-artifact@v7
8989 with :
9090 name : ${{ env.ARTIFACT_NAME }}
9191 path : demo/summary
@@ -111,12 +111,12 @@ jobs:
111111 - name : Install dependencies
112112 run : pip install --break-system-packages ${PYTHON_DEPS}
113113 - name : Download context
114- uses : actions/download-artifact@v6
114+ uses : actions/download-artifact@v8
115115 with :
116116 name : context
117117 path : demo
118118 - name : Download summaries
119- uses : actions/download-artifact@v6
119+ uses : actions/download-artifact@v8
120120 with :
121121 pattern : " summary-*"
122122 path : demo/summary
You can’t perform that action at this time.
0 commit comments