Skip to content

Commit

Permalink
Bump deprecated v3 of the artifact actions (#2514)
Browse files Browse the repository at this point in the history
* Bump GH artifact version

Signed-off-by: Samet Akcay <samet.akcay@intel.com>

* Fix the CI

Signed-off-by: Samet Akcay <samet.akcay@intel.com>

---------

Signed-off-by: Samet Akcay <samet.akcay@intel.com>
Co-authored-by: Ashwin Vaidya <ashwin.vaidya@intel.com>
  • Loading branch information
samet-akcay and ashwinvaidya17 authored Jan 20, 2025
1 parent e8ea650 commit bb465ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/pytest/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bb465ed

Please sign in to comment.