File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515env :
1616 # Common versions
1717 PYTHON_VERSION : ' 3.11'
18- HATCH_VERSION : ' 1.12.0 '
18+ HATCH_VERSION : ' 1.16.5 '
1919 DOCKER_BUILDX_VERSION : ' v0.24.0'
2020
2121 # These environment variables are important to the Crossplane CLI install.sh
@@ -116,7 +116,7 @@ jobs:
116116 run : ./crossplane xpkg build --package-file=${{ matrix.arch }}.xpkg --package-root=package/ --embed-runtime-image-tarball=runtime-${{ matrix.arch }}.tar
117117
118118 - name : Upload Single-Platform Package
119- uses : actions/upload-artifact@v6
119+ uses : actions/upload-artifact@v7
120120 with :
121121 name : package-${{ matrix.arch }}
122122 path : " *.xpkg"
@@ -135,7 +135,7 @@ jobs:
135135 uses : actions/checkout@v6
136136
137137 - name : Download Single-Platform Packages
138- uses : actions/download-artifact@v7
138+ uses : actions/download-artifact@v8
139139 with :
140140 # See https://github.com/docker/build-push-action/blob/263435/README.md#summaries
141141 pattern : " !*.dockerbuild"
You can’t perform that action at this time.
0 commit comments