Skip to content

Commit

Permalink
Merge pull request #493 from che-incubator/fix-smoke-test-workflow
Browse files Browse the repository at this point in the history
Fix Smoke Test workflow
  • Loading branch information
RomanNikitenko authored Feb 1, 2025
2 parents e63aa8c + f06c1ec commit 39decd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smoke-test-pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,14 +167,14 @@ jobs:
- name: Store e2e artifacts
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: e2e-artifacts
path: /tmp/tests

- name: Store k8s logs
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: k8s-logs
path: /tmp/devworkspace-happy-path-artifacts/admin-che-info

0 comments on commit 39decd7

Please sign in to comment.