From bb465edc07e39207dd174714ca219d444686184f Mon Sep 17 00:00:00 2001 From: Samet Akcay Date: Mon, 20 Jan 2025 13:35:14 +0000 Subject: [PATCH] Bump deprecated v3 of the artifact actions (#2514) * Bump GH artifact version Signed-off-by: Samet Akcay * Fix the CI Signed-off-by: Samet Akcay --------- Signed-off-by: Samet Akcay Co-authored-by: Ashwin Vaidya --- .github/actions/pytest/action.yaml | 2 +- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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 diff --git a/pyproject.toml b/pyproject.toml index 5d28759b15..78d634f26d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -191,7 +191,6 @@ lint.ignore = [ # End of disable rules # flake8-annotations - "ANN101", # Missing-type-self "ANN002", # Missing type annotation for *args "ANN003", # Missing type annotation for **kwargs