Browse Source

Bump actions/upload-artifact from 3 to 4 (#5117)

pull/5118/head
dependabot[bot] 1 year ago
committed by GitHub
parent
commit
912e6b5a1a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/e2e.yml

2
.github/workflows/e2e.yml

@ -94,7 +94,7 @@ jobs:
- name: Archive logs
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: output-logs
path: docker/output.log

Loading…
Cancel
Save