From f962ce13982215100ef59fb10cd0a3bf81baf9f3 Mon Sep 17 00:00:00 2001 From: Tim McCormack Date: Tue, 24 Oct 2023 17:18:34 -0400 Subject: [PATCH] chore: Update actions/upload-artifact from v2 to v3 (#33580) v2 is giving warnings: ``` The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/ ``` (cherry picked from commit d18bf2ce8f32bc065c8e25b853ccfd45c6fcc490) --- .github/actions/unit-tests/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/unit-tests/action.yml b/.github/actions/unit-tests/action.yml index 404ab2cf5711..2a5429baff09 100644 --- a/.github/actions/unit-tests/action.yml +++ b/.github/actions/unit-tests/action.yml @@ -27,7 +27,7 @@ runs: - name: save pytest warnings json file if: success() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: pytest-warnings-json path: |