Skip to content

Commit

Permalink
fix artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
testlabauto committed Sep 10, 2024
1 parent 3a46ccb commit fa97cec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/positron-python-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Upload test artifacts
uses: actions/upload-artifact@v4
with:
name: test-output-${{ matrix.os }}-${{ matrix.python }}
name: upstream-test-output-${{ matrix.os }}-${{ matrix.python }}
path: ${{ github.workspace }}/${{ env.special-working-directory-relative }}/extensions/positron-python/python-unit-test-results.xml

# Install the latest releases of test dependencies
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Upload test artifacts
uses: actions/upload-artifact@v4
with:
name: test-output-${{ matrix.os }}-${{ matrix.python }}
name: ipykernel-test-output-${{ matrix.os }}-${{ matrix.python }}
path: extensions/positron-python/python-test-results.xml

slack-notification:
Expand Down

0 comments on commit fa97cec

Please sign in to comment.