diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index 11f507af1..891961f3b 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -35,7 +35,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: coverage-report path: coverage-report.html