From 561e6da890dd1387cb176f323034338bd09eed8b Mon Sep 17 00:00:00 2001 From: Jeffrey Cafferata Date: Sun, 4 Feb 2024 15:24:39 +0100 Subject: [PATCH] CICD: Bumps actions/upload-artifact from 3.1.3 to 4.3.0. --- .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 a187cb8840..9c4ff129f2 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@v3.1.3 + - uses: actions/upload-artifact@v4.3.0 with: path: "/tmp/test-results" @@ -200,6 +200,6 @@ jobs: echo "Skip test for ${{ matrix.provider }} provider" fi working-directory: integrationTest - - uses: actions/upload-artifact@v3.1.3 + - uses: actions/upload-artifact@v4.3.0 with: path: "/tmp/test-results"