diff --git a/.github/workflows/ci-2.x.yml b/.github/workflows/ci-2.x.yml index 9a01cc7..a37862e 100644 --- a/.github/workflows/ci-2.x.yml +++ b/.github/workflows/ci-2.x.yml @@ -263,7 +263,7 @@ jobs: fetch-depth: 2 - name: "Download coverage files" - uses: "actions/download-artifact@v3" + uses: "actions/download-artifact@v4.1.7" with: path: "reports" diff --git a/.github/workflows/ci-3.x.yml b/.github/workflows/ci-3.x.yml index 13b0c3a..57c48e7 100644 --- a/.github/workflows/ci-3.x.yml +++ b/.github/workflows/ci-3.x.yml @@ -173,7 +173,7 @@ jobs: fetch-depth: 2 - name: "Download coverage files" - uses: "actions/download-artifact@v3" + uses: "actions/download-artifact@v4.1.7" with: path: "reports"