Skip to content

Commit fc75d73

Browse files
authored
Merge pull request #104 from crossplane/renovate/major-github-artifact-actions
chore(deps): update github artifact actions (major)
2 parents 7fca724 + 92191d0 commit fc75d73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
run: ./crossplane xpkg build --package-file=${{ matrix.arch }}.xpkg --package-root=package/ --embed-runtime-image-tarball=runtime-${{ matrix.arch }}.tar
112112

113113
- name: Upload Single-Platform Package
114-
uses: actions/upload-artifact@v4
114+
uses: actions/upload-artifact@v6
115115
with:
116116
name: package-${{ matrix.arch }}
117117
path: "*.xpkg"
@@ -130,7 +130,7 @@ jobs:
130130
uses: actions/checkout@v4
131131

132132
- name: Download Single-Platform Packages
133-
uses: actions/download-artifact@v4
133+
uses: actions/download-artifact@v7
134134
with:
135135
# See https://github.com/docker/build-push-action/blob/263435/README.md#summaries
136136
pattern: "!*.dockerbuild"

0 commit comments

Comments
 (0)