diff --git a/.github/workflows/e2e-long-test.yaml b/.github/workflows/e2e-long-test.yaml index 583b65eb..4d980b18 100644 --- a/.github/workflows/e2e-long-test.yaml +++ b/.github/workflows/e2e-long-test.yaml @@ -48,7 +48,7 @@ jobs: GINKGO_LABEL_FILTER: ${{ inputs.labels }} - name: Collect run artifacts if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: artifacts path: _artifacts @@ -81,7 +81,7 @@ jobs: GINKGO_LABEL_FILTER: ${{ inputs.labels }} - name: Collect run artifacts if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: artifacts path: _artifacts @@ -114,7 +114,7 @@ jobs: GINKGO_LABEL_FILTER: ${{ inputs.labels }} - name: Collect run artifacts if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: artifacts path: _artifacts @@ -147,7 +147,7 @@ jobs: GINKGO_LABEL_FILTER: ${{ inputs.labels }} - name: Collect run artifacts if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: artifacts path: _artifacts diff --git a/.github/workflows/e2e-short-test.yaml b/.github/workflows/e2e-short-test.yaml index 7d8f7dc1..193735b6 100644 --- a/.github/workflows/e2e-short-test.yaml +++ b/.github/workflows/e2e-short-test.yaml @@ -19,7 +19,7 @@ jobs: run: ISOLATED_MODE=true GINKGO_LABEL_FILTER=short make test-e2e - name: Collect run artifacts if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: artifacts path: _artifacts diff --git a/.github/workflows/e2e-short.yaml b/.github/workflows/e2e-short.yaml index 6c0879d0..26dac4a9 100644 --- a/.github/workflows/e2e-short.yaml +++ b/.github/workflows/e2e-short.yaml @@ -19,7 +19,7 @@ jobs: run: ISOLATED_MODE=true GINKGO_LABEL_FILTER=short make test-e2e - name: Collect run artifacts if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: artifacts path: _artifacts diff --git a/.github/workflows/run-e2e-suite.yaml b/.github/workflows/run-e2e-suite.yaml index aefa9459..440f8d2b 100644 --- a/.github/workflows/run-e2e-suite.yaml +++ b/.github/workflows/run-e2e-suite.yaml @@ -47,7 +47,7 @@ jobs: run: GINKGO_TESTS=${{ inputs.test_suite }} make test-e2e - name: Collect run artifacts if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: artifacts_${{ inputs.artifact_name }} path: _artifacts