Skip to content

Commit e8e704d

Browse files
authored
Merge pull request #333 from crossplane-contrib/renovate/major-github-artifact-actions
chore(deps): update github artifact actions (major)
2 parents d6704bb + 6082b63 commit e8e704d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

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

115115
- name: Upload Single-Platform Package
116-
uses: actions/upload-artifact@v4
116+
uses: actions/upload-artifact@v5
117117
with:
118118
name: package-${{ matrix.arch }}
119119
path: "*.xpkg"
@@ -133,7 +133,7 @@ jobs:
133133
uses: actions/checkout@v5
134134

135135
- name: Download Single-Platform Packages
136-
uses: actions/download-artifact@v5
136+
uses: actions/download-artifact@v6
137137
with:
138138
path: .
139139
merge-multiple: true

0 commit comments

Comments
 (0)