From 411a1ed1c73142995a40c1dfabc03fe5550ed73b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 16:34:03 -0400 Subject: [PATCH] Build(deps): Bump actions/upload-artifact from 4.3.4 to 4.3.5 (#3067) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Limoncelli --- .github/workflows/pr_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_test.yml b/.github/workflows/pr_test.yml index 606940ab9..e0f8c3e21 100644 --- a/.github/workflows/pr_test.yml +++ b/.github/workflows/pr_test.yml @@ -40,7 +40,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.3.4 + - uses: actions/upload-artifact@v4.3.5 with: name: unit-tests path: ${{ env.TEST_RESULTS }} @@ -206,7 +206,7 @@ jobs: echo "Skip test for ${{ matrix.provider }} provider" fi working-directory: integrationTest - - uses: actions/upload-artifact@v4.3.4 + - uses: actions/upload-artifact@v4.3.5 with: name: integration-tests-${{ matrix.provider }} path: ${{ env.TEST_RESULTS }}