diff --git a/.github/workflows/conformance-e2e.yaml b/.github/workflows/conformance-e2e.yaml index 6bb55eff..0fed7d90 100644 --- a/.github/workflows/conformance-e2e.yaml +++ b/.github/workflows/conformance-e2e.yaml @@ -24,7 +24,7 @@ jobs: run: make GINKGO_LABEL="Conformance" test-e2e - name : Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: success() || failure() with: name: logs diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index f10cc441..11322323 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -50,7 +50,7 @@ jobs: run: make test-e2e - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: success() || failure() with: name: logs