Skip to content

Commit

Permalink
Update unit tests to resolve upload-artifact deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Sep 19, 2024
1 parent 54279b1 commit 01cec78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: [ 3.7, 3.8, 3.9, '3.10' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand All @@ -36,7 +36,7 @@ jobs:
run: |
pytest tests/test_enclosure_service.py --doctest-modules --junitxml=tests/enclosure-service-test-results.xml
- name: Upload Enclosure Service test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: enclosure-service-test-results
name: enclosure-service-test-results-${{ matrix.python-version }}
path: tests/enclosure-service-test-results.xml

0 comments on commit 01cec78

Please sign in to comment.