File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136136
137137 # Upload CLI binaries and OCI layout as build artifacts
138138 - name : Upload Artifacts
139- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
139+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
140140 id : upload-artifacts
141141 with :
142142 if-no-files-found : ' error'
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ jobs:
202202 task helm/package VERSION="${VERSION}" APP_VERSION="${VERSION}" IMAGE_REPOSITORY="${IMAGE_NAME}"
203203
204204 - name : Upload Artifacts
205- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
205+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
206206 id : upload-artifacts
207207 with :
208208 if-no-files-found : error
@@ -213,7 +213,7 @@ jobs:
213213
214214 # Upload chart artifact separately for easier access in PR conformance testing
215215 - name : Upload Chart Artifact
216- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
216+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
217217 with :
218218 if-no-files-found : error
219219 retention-days : 1
@@ -444,7 +444,7 @@ jobs:
444444 push-to-registry : true
445445
446446 - name : Upload chart artifact
447- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
447+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
448448 with :
449449 name : controller-chart-${{ needs.build.outputs.version }}
450450 retention-days : 1
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110
111111 - name : Upload build artifacts
112112 if : ${{ steps.branch-check.outputs.should_push_oci_image == 'true' }}
113- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
113+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
114114 with :
115115 name : helm-plugin-build-artifacts
116116 path : bindings/go/helm/tmp/
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125125 await core.summary.addRaw(log).write();
126126
127127 - name : Upload changelog artifact
128- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
128+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
129129 with :
130130 name : changelog-${{ steps.compute.outputs.new_version }}
131131 path : ${{ runner.temp }}/CHANGELOG.md
Original file line number Diff line number Diff line change 9999
100100 - name : Upload renovate cache artifact
101101 if : ${{ env.RENOVATE_DRY_RUN == '' && (github.event_name != 'workflow_dispatch' || inputs.repoCache != 'disabled') }}
102- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
102+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
103103 with :
104104 name : ${{ env.cache_key }}
105105 path : ${{ env.cache_archive }}
You can’t perform that action at this time.
0 commit comments