From b97d4631c22bb4de2044bf0cc44ebc570da179cf Mon Sep 17 00:00:00 2001 From: Samet Akcay Date: Fri, 17 Jan 2025 13:29:49 +0000 Subject: [PATCH] Bump GH artifact version Signed-off-by: Samet Akcay --- .github/actions/pytest/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/pytest/action.yaml b/.github/actions/pytest/action.yaml index 8c86eacada..8890ba4ea7 100644 --- a/.github/actions/pytest/action.yaml +++ b/.github/actions/pytest/action.yaml @@ -180,7 +180,7 @@ runs: - name: Upload test results if: always() && steps.test-execution.outcome == 'failure' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: pytest-results-${{ inputs.test-type }} path: pytest_output.log