diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index a19e873..87b983d 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -136,7 +136,7 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 name: Download unit & integration coverage reports with: path: .coverage