dependabot[bot]
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/e2e.yml
|
@ -94,7 +94,7 @@ jobs: |
|
|
|
|
|
|
|
|
- name: Archive logs |
|
|
- name: Archive logs |
|
|
if: always() |
|
|
if: always() |
|
|
uses: actions/upload-artifact@v3 |
|
|
|
|
|
|
|
|
uses: actions/upload-artifact@v4 |
|
|
with: |
|
|
with: |
|
|
name: output-logs |
|
|
name: output-logs |
|
|
path: docker/output.log |
|
|
path: docker/output.log |
|
|