diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 874c164d6f..cfce94613f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -81,7 +81,7 @@ jobs: needs: [ pytest-common, pytest-torch ] steps: - uses: actions/checkout@v4 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 - name: Upload coverage to Codecov uses: codecov/codecov-action@v5 with: