Skip to content

Commit

Permalink
update artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
yomach committed Sep 16, 2024
1 parent 60c2df0 commit 39daa17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Collect PyTest report
id: collect-pytest-reports
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: pytest-report
path: ${{ env.JUNIT_REPORT_PATH }}
Expand All @@ -67,7 +67,7 @@ jobs:
files: ${{env.JUNIT_REPORT_PATH}}/*.xml

- name: Upload dist
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: python_pkg
path: |
Expand Down

0 comments on commit 39daa17

Please sign in to comment.