Skip to content

Commit d439d88

Browse files
👻 Bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0361651 commit d439d88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-e2e-template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
steps:
8181
- name: Download artifact
8282
if: "${{ inputs.artifact != '' }}"
83-
uses: actions/download-artifact@v5
83+
uses: actions/download-artifact@v6
8484
with:
8585
name: ${{ inputs.artifact }}
8686
path: /tmp
@@ -125,7 +125,7 @@ jobs:
125125
steps:
126126
- name: Download artifact
127127
if: "${{ inputs.artifact != '' }}"
128-
uses: actions/download-artifact@v5
128+
uses: actions/download-artifact@v6
129129
with:
130130
name: ${{ inputs.artifact }}
131131
path: /tmp

0 commit comments

Comments
 (0)