From 0da989ca577ade0a91825d3602beb937dd3a517f Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Thu, 5 Sep 2024 13:43:55 -0400 Subject: [PATCH] Revert "Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows" --- .github/workflows/ci_suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_suite.yml b/.github/workflows/ci_suite.yml index 34cb39b5a5d..a941ddf44d9 100644 --- a/.github/workflows/ci_suite.yml +++ b/.github/workflows/ci_suite.yml @@ -133,7 +133,7 @@ jobs: - uses: actions/checkout@v3 # If we ever add more artifacts, this is going to break, but it'll be obvious. - name: Download screenshot tests - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v3 with: path: artifacts - name: ls -R