diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8cedb1a..3f5409b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,7 +115,7 @@ jobs: )" >> $GITHUB_OUTPUT cd dist && sha256sum * >> $GITHUB_STEP_SUMMARY - name: Upload build artifact - uses: actions/upload-artifact@v3.1.3 + uses: actions/upload-artifact@v4.0.0 with: name: Build # by default build puts sdist and wheel here @@ -202,7 +202,7 @@ jobs: shell: bash - name: Upload coverage if: always() - uses: actions/upload-artifact@v3.1.3 + uses: actions/upload-artifact@v4.0.0 with: name: Coverage path: "*coverage*${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.python }}*" @@ -313,7 +313,7 @@ jobs: >> $GITHUB_STEP_SUMMARY - name: Upload report if: always() - uses: actions/upload-artifact@v3.1.3 + uses: actions/upload-artifact@v4.0.0 with: name: Report path: htmlcov/