From b0a0bfc28ad1646f9886194453fa4de987b118d4 Mon Sep 17 00:00:00 2001 From: Tim Camise Date: Tue, 10 Sep 2024 11:06:58 -0700 Subject: [PATCH] Upgrade upload artifact action to v4 (#596) --- .github/workflows/python_sdk_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_sdk_test.yml b/.github/workflows/python_sdk_test.yml index cfc113bb..6bc8ad83 100644 --- a/.github/workflows/python_sdk_test.yml +++ b/.github/workflows/python_sdk_test.yml @@ -64,7 +64,7 @@ jobs: run: nox -p 3.11 -s format lint docstrings docs - name: Archive test report on failure - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: failure() with: name: test-reports