Skip to content

Commit

Permalink
Allow resolution of ovos-bus-client 0.1+
Browse files Browse the repository at this point in the history
Update deprecated shared action in unit test automation
Related to NeonGeckoCom/NeonCore#708
  • Loading branch information
NeonDaniel committed Sep 20, 2024
1 parent d7e0c7a commit 3e9e2d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
pytest tests/test_request_validation.py --doctest-modules --junitxml=tests/request-validation-test-results.xml
- name: Upload request validation test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: request-validation-test-results
name: request-validation-test-results-${{ matrix.python-version }}
path: tests/request-validation-test-results.xml
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ neon-utils[network]~=1.0
pydantic~=1.9
neon-mq-connector~=0.6
ovos-config~=0.0,>=0.0.3
ovos-bus-client~=0.0.4
ovos-bus-client~=0.0,>=0.0.4

0 comments on commit 3e9e2d8

Please sign in to comment.