From cb39e249ca37bdaa9db2fbd33fd7c2e36a65365c Mon Sep 17 00:00:00 2001 From: MichaelFu512 Date: Tue, 19 Dec 2023 16:21:07 -0800 Subject: [PATCH] updated upload-artifact --- .github/workflows/linux_integration_tests.yaml | 2 +- .github/workflows/linux_unit_tests_with_latest_deps.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux_integration_tests.yaml b/.github/workflows/linux_integration_tests.yaml index 2a1a744c15..112a8232c9 100644 --- a/.github/workflows/linux_integration_tests.yaml +++ b/.github/workflows/linux_integration_tests.yaml @@ -48,7 +48,7 @@ jobs: source test_python/bin/activate make ${{matrix.command}} - name: Upload pytest duration artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: pytest-duration-report path: test-reports/${{matrix.command}}-junit.xml diff --git a/.github/workflows/linux_unit_tests_with_latest_deps.yaml b/.github/workflows/linux_unit_tests_with_latest_deps.yaml index 80d7633cee..9aa433c995 100644 --- a/.github/workflows/linux_unit_tests_with_latest_deps.yaml +++ b/.github/workflows/linux_unit_tests_with_latest_deps.yaml @@ -67,7 +67,7 @@ jobs: source test_python/bin/activate make ${{matrix.command}} - name: Upload pytest duration artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: pytest-duration-report path: test-reports/${{matrix.command}}-junit.xml