Skip to content

Commit 29648eb

Browse files
authored
Merge pull request #149 from crossplane/renovate/major-github-artifact-actions
chore(deps): update github artifact actions (major)
2 parents 390cc37 + 8f25426 commit 29648eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
env:
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"

0 commit comments

Comments
 (0)