diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ef3ecea..ee95297 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -117,7 +117,7 @@ jobs: needs: [node-tests, python-tests] steps: - name: Download test results - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: List test results run: | find . -name "*.xml"