From 0994b0286c68c92100eb08afef59e1296a52d2c6 Mon Sep 17 00:00:00 2001 From: Zach Butler Date: Sun, 7 Jul 2024 20:02:08 -0400 Subject: [PATCH] Use actions/download-artifact@v4 instead of v3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f35f903..04fb761 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: role-duration-seconds: 900 - name: Download Matrix Artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Publish Website run: .github/workflows/publish.sh