Skip to content

Commit 1be8bbc

Browse files
authored
update actions/upload-artifact to v4 (#542)
Signed-off-by: Mohamed Mahmoud <[email protected]> (cherry picked from commit 6e418b1)
1 parent 85d5340 commit 1be8bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request_e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: run end-to-end tests
2424
run: make tests-e2e
2525
- name: upload e2e test logs
26-
uses: actions/upload-artifact@v3
26+
uses: actions/upload-artifact@v4
2727
if: always()
2828
with:
2929
name: e2e-logs

0 commit comments

Comments
 (0)