From 9ff73df4527acf8a6de7d16b6f77eb10b14b8726 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 15:39:43 -0400 Subject: [PATCH] Build(deps): Bump actions/upload-artifact from 4.6.1 to 4.6.2 (#3506) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pr_build.yml | 2 +- .github/workflows/pr_integration_tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_build.yml b/.github/workflows/pr_build.yml index 0547457e8..e303329f0 100644 --- a/.github/workflows/pr_build.yml +++ b/.github/workflows/pr_build.yml @@ -53,7 +53,7 @@ jobs: gotestsum --junitfile ${TEST_RESULTS}/gotestsum-report.xml -- $PACKAGE_NAMES # - name: Enforce Go Formatted Code # run: "[ `go fmt ./... | wc -l` -eq 0 ]" - - uses: actions/upload-artifact@v4.6.1 + - uses: actions/upload-artifact@v4.6.2 with: name: unit-tests path: ${{ env.TEST_RESULTS }} diff --git a/.github/workflows/pr_integration_tests.yml b/.github/workflows/pr_integration_tests.yml index e26f6a9c6..5ebed6115 100644 --- a/.github/workflows/pr_integration_tests.yml +++ b/.github/workflows/pr_integration_tests.yml @@ -202,7 +202,7 @@ jobs: echo "Skip test for ${{ matrix.provider }} provider" fi working-directory: integrationTest - - uses: actions/upload-artifact@v4.6.1 + - uses: actions/upload-artifact@v4.6.2 with: name: integration-tests-${{ matrix.provider }} path: ${{ env.TEST_RESULTS }}