diff --git a/.github/workflows/branch.yml b/.github/workflows/branch.yml index f586e4f..dad3818 100644 --- a/.github/workflows/branch.yml +++ b/.github/workflows/branch.yml @@ -26,7 +26,7 @@ jobs: make test-e2e - name: Upload E2E logs continue-on-error: true - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: e2elogs path: e2elogs diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 459d137..e3b631d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: make test-e2e - name: Upload E2E logs continue-on-error: true - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: e2elogs path: e2elogs