Skip to content

Commit bd667db

Browse files
committed
Fix artifact name
1 parent 113e43b commit bd667db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/openshift-certification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Download Artifacts
4848
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
4949
with:
50-
name: ${{ inputs.image }-:${{ inputs.image_version }}
50+
name: ${{ inputs.image }-${{ inputs.image_version }}
5151
path: ${{ github.workspace }}/dist
5252

5353
- name: List files after artifact download

0 commit comments

Comments
 (0)