diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 106201f..867a921 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: coverage: pcov ini-values: error_reporting=E_ALL - name: Download repo content from artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: full-workspace - name: Install jq and coreutils