Skip to content

Commit 10bfdba

Browse files
authored
Merge pull request #140 from crossplane/renovate/major-github-artifact-actions
chore(deps): update github artifact actions (major)
2 parents a81d515 + 948f5da commit 10bfdba

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
@@ -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@v4
119+
uses: actions/upload-artifact@v5
120120
with:
121121
name: package-${{ matrix.arch }}
122122
path: "*.xpkg"
@@ -134,7 +134,7 @@ jobs:
134134
uses: actions/checkout@v5
135135

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

0 commit comments

Comments
 (0)