diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4279e47..1e4efb2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: - name: Upload results if: always() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: Unit test coverage (Python ${{ matrix.python-version }}) path: "*.xml"