Skip to content

Commit

Permalink
Use actions/upload-artifact@v4 in pr-check workflow (#23327)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-ndp authored Jan 31, 2025
1 parent 1b2592f commit 99346a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,14 +172,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/pr-check-artifacts/admin-che-info

0 comments on commit 99346a1

Please sign in to comment.