Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoPrevato committed Jan 18, 2025
1 parent 8fe1942 commit 8741439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
black --check tests 2>&1
- name: Upload pytest test results
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v4
with:
name: pytest-results-${{ matrix.python-version }}
path: junit/pytest-results-${{ matrix.python-version }}.xml
Expand All @@ -79,7 +79,7 @@ jobs:
if: matrix.python-version == 3.12

- name: Upload distribution package
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v4
with:
name: dist
path: dist
Expand Down

0 comments on commit 8741439

Please sign in to comment.