From 39daa17bccf7a7fb5f12a453b24956780ba63d13 Mon Sep 17 00:00:00 2001 From: Yoav Romach Date: Mon, 16 Sep 2024 18:24:56 +0300 Subject: [PATCH] update artifacts --- .github/workflows/on-pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-pull-request.yml b/.github/workflows/on-pull-request.yml index d76b0a7a..a4390276 100644 --- a/.github/workflows/on-pull-request.yml +++ b/.github/workflows/on-pull-request.yml @@ -52,7 +52,7 @@ jobs: - name: Collect PyTest report id: collect-pytest-reports if: always() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: pytest-report path: ${{ env.JUNIT_REPORT_PATH }} @@ -67,7 +67,7 @@ jobs: files: ${{env.JUNIT_REPORT_PATH}}/*.xml - name: Upload dist - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: python_pkg path: |