Skip to content

Commit 2725aba

Browse files
build(deps): bump actions/download-artifact from 4 to 5 (#719)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac87482 commit 2725aba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-and-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
token: ${{ steps.octo-sts.outputs.token }}
140140

141141
- name: Download CRD and RBAC
142-
uses: actions/download-artifact@v4
142+
uses: actions/download-artifact@v5
143143
with:
144144
name: ${{ env.ARTIFACT_NAME }}
145145
path: config/

.github/workflows/deploy-sandbox-dispatch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
token: ${{ steps.octo-sts.outputs.token }}
6969

7070
- name: Download CRD and RBAC
71-
uses: actions/download-artifact@v4
71+
uses: actions/download-artifact@v5
7272
with:
7373
name: ${{ env.ARTIFACT_NAME }}
7474
path: config/

.github/workflows/release-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
token: ${{ steps.octo-sts.outputs.token }}
111111

112112
- name: Download CRD and RBAC
113-
uses: actions/download-artifact@v4
113+
uses: actions/download-artifact@v5
114114
with:
115115
name: ${{ env.ARTIFACT_NAME }}
116116
path: config/

0 commit comments

Comments
 (0)