Skip to content

Commit c83a951

Browse files
Bump actions/download-artifact from 4 to 5 (#3625)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a7262d2 commit c83a951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
# load the olm image
5858
- name: Load OLM Docker image
59-
uses: actions/download-artifact@v4
59+
uses: actions/download-artifact@v5
6060
with:
6161
name: olm-image.tar
6262
path: .
@@ -143,7 +143,7 @@ jobs:
143143

144144
# load the olm image
145145
- name: Load OLM Docker image
146-
uses: actions/download-artifact@v4
146+
uses: actions/download-artifact@v5
147147
with:
148148
name: olm-image.tar
149149
path: .

0 commit comments

Comments
 (0)