diff --git a/.github/workflows/check-urls.yml b/.github/workflows/check-urls.yml index 16ede5cf7..0835dd1cb 100644 --- a/.github/workflows/check-urls.yml +++ b/.github/workflows/check-urls.yml @@ -104,7 +104,7 @@ jobs: - name: Checkout # for having the sources of the local action uses: actions/checkout@v4 # download and unzip the ab-results-*.json generated by job-matrix: check-urls - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: ${{ steps.set-output.outputs.FILENAME}} - name: Generate Summary Report