From 61fd2fc1b8fddc5a0c4012b6a2faac1a69312821 Mon Sep 17 00:00:00 2001 From: Leithen Date: Wed, 28 Aug 2024 11:00:14 -0600 Subject: [PATCH] downgrade actions/download-artifact to v3 (#11230) --- .github/workflows/check-urls.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-urls.yml b/.github/workflows/check-urls.yml index e62b647e1..455b2566a 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@v4 + - uses: actions/download-artifact@v3 with: name: ${{ steps.set-output.outputs.FILENAME}} - name: Generate Summary Report