Skip to content

Commit

Permalink
Update GHA to resolve failures related to deprecated shared action
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Oct 26, 2024
1 parent 823b3c9 commit ab38964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
pytest tests --doctest-modules --junitxml=tests/diana-test-results.xml
- name: Upload test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: utils-test-results
name: test-results-${{ matrix.python-version }}
path: tests/diana-test-results.xml

0 comments on commit ab38964

Please sign in to comment.