File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4444 with :
4545 python-version : 3.12
4646 - name : Setup build cache
47- uses : actions/cache@v4
47+ uses : actions/cache@v5
4848 id : build_cache
4949 with :
5050 path : ${{ env.CACHED_BUILD_PATHS }}
5555 # This will also trigger "make dist" that creates the Python packages
5656 make aws-lambda-layer
5757 - name : Upload Python Packages
58- uses : actions/upload-artifact@v5
58+ uses : actions/upload-artifact@v6
5959 with :
6060 name : artifact-build_lambda_layer
6161 path : |
7979 make apidocs
8080 cd docs/_build && zip -r gh-pages ./
8181
82- - uses : actions/upload-artifact@v5
82+ - uses : actions/upload-artifact@v6
8383 with :
8484 name : artifact-docs
8585 path : |
9393 runs-on : ubuntu-latest
9494 needs : [build_lambda_layer, docs]
9595 steps :
96- - uses : actions/upload-artifact/merge@v5
96+ - uses : actions/upload-artifact/merge@v6
9797 with :
9898 # Craft expects release assets from github to be a single artifact named after the sha.
9999 name : ${{ github.sha }}
You can’t perform that action at this time.
0 commit comments