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

Merge pull request #541 from msherif1234/fix_ci

update actions/upload-artifact to v4
parents 63a82f9d 6e418b15
Branches
Tags
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