From 2676f2e7b01d824a144746c262743af3077065cc Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Tue, 10 Dec 2024 13:33:02 -0700 Subject: [PATCH] update artifact action to v4 --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 5a73761c573..6983eea1e9e 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -199,7 +199,7 @@ jobs: # https://docs.github.com/en/actions/managing-workflow-runs/downloading-workflow-artifacts - name: Upload testing logs if: ${{ failure() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: testing-logs-${{ github.run_number }}-${{ matrix.model }}-${{ matrix.driver }} path: /testing-logs-${{ github.run_number}}-${{ matrix.model }}-${{ matrix.driver }}.tar.gz