diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 92bd3e5..1f21864 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -60,7 +60,7 @@ jobs: - name: Check out repository uses: actions/checkout@v4 - name: Download Artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: coverage-xml - name: Fix coverage file for sonarcloud