diff --git a/.github/workflows/ci-5.x.yml b/.github/workflows/ci-5.x.yml index a4b2570..587d51e 100644 --- a/.github/workflows/ci-5.x.yml +++ b/.github/workflows/ci-5.x.yml @@ -201,7 +201,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-6.x.yml b/.github/workflows/ci-6.x.yml index a8d0bcd..e1ff7d5 100644 --- a/.github/workflows/ci-6.x.yml +++ b/.github/workflows/ci-6.x.yml @@ -125,7 +125,7 @@ jobs: fetch-depth: 2 - name: "Download coverage files" - uses: "actions/download-artifact@v3" + uses: "actions/download-artifact@v4.1.7" with: path: "reports"