diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae6dd25..e19a2f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: find coverage -type f -name "*.*" -exec sed -i 's/\/__w\/bee\/bee\///g' {} \; - name: "Upload coverage report" - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ github.event.repository.name }} Coverage Report path: coverage @@ -59,7 +59,7 @@ jobs: submodules: recursive - name: "Download coverage report" - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ github.event.repository.name }} Coverage Report path: coverage