Skip to content

Commit

Permalink
update actions/upload-artifact to v4 (#542)
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamed Mahmoud <mmahmoud@redhat.com>
(cherry picked from commit 6e418b1)
  • Loading branch information
msherif1234 authored Jan 30, 2025
1 parent 85d5340 commit 1be8bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: run end-to-end tests
run: make tests-e2e
- name: upload e2e test logs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: e2e-logs
Expand Down

0 comments on commit 1be8bbc

Please sign in to comment.