diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ace7a971f..478934af9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -112,12 +112,12 @@ jobs: steps: - uses: actions/checkout@v6 - name: Download unit test coverage report - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: unit-test-coverage-report-${{ github.sha }} path: ./unit-coverage - name: Download integration test coverage report - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: integration-test-coverage-report-${{ github.sha }} path: ./integration-coverage