Skip to content

Commit

Permalink
Update github action 'upload-artifact' to v4
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Rokos <[email protected]>
  • Loading branch information
Kyle Rokos committed Jan 9, 2025
1 parent dcb378c commit 01caeb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aria-operations-integration-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
pytest -s tests
- name: Upload SDK pytest test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pytest-results-${{ matrix.python-version }}
path: tools/test-results-${{ matrix.os }}-${{ matrix.python-version }}.xml
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
run: |
pytest -s lib/python/tests
- name: Upload Python Library pytest test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pytest-results-${{ matrix.python-version }}
path: lib/python/test-results-${{ matrix.python-version }}.xml
Expand Down

0 comments on commit 01caeb3

Please sign in to comment.