Skip to content

Commit f06c1ec

Browse files
Fix Smoke Test workflow
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
1 parent e63aa8c commit f06c1ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/smoke-test-pr-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,14 +167,14 @@ jobs:
167167
168168
- name: Store e2e artifacts
169169
if: always()
170-
uses: actions/upload-artifact@v3
170+
uses: actions/upload-artifact@v4
171171
with:
172172
name: e2e-artifacts
173173
path: /tmp/tests
174174

175175
- name: Store k8s logs
176176
if: always()
177-
uses: actions/upload-artifact@v3
177+
uses: actions/upload-artifact@v4
178178
with:
179179
name: k8s-logs
180180
path: /tmp/devworkspace-happy-path-artifacts/admin-che-info

0 commit comments

Comments
 (0)