Skip to content

Commit 2350992

Browse files
authored
Merge pull request #31 from crossplane-contrib/renovate/major-github-artifact-actions
chore(deps): update github artifact actions (major)
2 parents 6ad28f0 + 6e2e926 commit 2350992

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
@@ -112,7 +112,7 @@ jobs:
112112
run: ./crossplane xpkg build --package-file=${{ matrix.arch }}.xpkg --package-root=package/ --embed-runtime-image-tarball=runtime-${{ matrix.arch }}.tar
113113

114114
- name: Upload Single-Platform Package
115-
uses: actions/upload-artifact@v4
115+
uses: actions/upload-artifact@v5
116116
with:
117117
name: package-${{ matrix.arch }}
118118
path: "*.xpkg"
@@ -131,7 +131,7 @@ jobs:
131131
uses: actions/checkout@v6
132132

133133
- name: Download Single-Platform Packages
134-
uses: actions/download-artifact@v5
134+
uses: actions/download-artifact@v6
135135
with:
136136
# See https://github.com/docker/build-push-action/blob/263435/README.md#summaries
137137
pattern: "!*.dockerbuild"

0 commit comments

Comments
 (0)