Skip to content
Snippets Groups Projects
Unverified Commit 1be8bbc3 authored by Mohamed S. Mahmoud's avatar Mohamed S. Mahmoud Committed by GitHub
Browse files

update actions/upload-artifact to v4 (#542)


Signed-off-by: default avatarMohamed Mahmoud <mmahmoud@redhat.com>
(cherry picked from commit 6e418b15)
parent 85d53408
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ jobs: ...@@ -23,7 +23,7 @@ jobs:
- name: run end-to-end tests - name: run end-to-end tests
run: make tests-e2e run: make tests-e2e
- name: upload e2e test logs - name: upload e2e test logs
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
if: always() if: always()
with: with:
name: e2e-logs name: e2e-logs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment