From 96823776d995d48849336ceeb78353fa945c25d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 05:40:54 +0000 Subject: [PATCH] chore(deps): Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e-long-test.yaml | 8 ++++---- .github/workflows/e2e-short-test.yaml | 2 +- .github/workflows/e2e-short.yaml | 2 +- .github/workflows/run-e2e-suite.yaml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) 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