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"