Skip to content

Commit e11fca8

Browse files
Bump actions/download-artifact from 4 to 5 (#370)
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 c2857af commit e11fca8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ runs:
9696
9797
- name: Download cache artifact for cm repo
9898
id: download-cache-for-cm-repo
99-
uses: actions/download-artifact@v4
99+
uses: actions/download-artifact@v5
100100
if: ${{ env.SKIP_GIT_CLONE == 'true' && fromJSON(fromJSON(inputs.client_payload)).hasCmRepo == true }}
101101
continue-on-error: true
102102
with:
@@ -108,7 +108,7 @@ runs:
108108

109109
- name: Download cache artifact when cmRepo is false
110110
id: download-cache
111-
uses: actions/download-artifact@v4
111+
uses: actions/download-artifact@v5
112112
if: ${{ env.SKIP_GIT_CLONE == 'true' && fromJSON(fromJSON(inputs.client_payload)).hasCmRepo == false}}
113113
continue-on-error: true
114114
with:

0 commit comments

Comments
 (0)