diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 276beee..0bb2b5b 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -32,7 +32,7 @@ jobs: run: | poetry build - name: Upload pytest test results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: build-${{ matrix.python-version }} path: | @@ -68,7 +68,7 @@ jobs: run: | poetry run tox run -e ${{ matrix.python-version }} - name: Upload pytest test results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: pytest-results-${{ matrix.python-version }} path: coverage.xml