From 4289df4ce10a77acc73c3e2c06366dca10f87e63 Mon Sep 17 00:00:00 2001 From: Justin Lubin Date: Mon, 23 Sep 2024 16:41:04 -0700 Subject: [PATCH] Upgrade to download-artifact@v4 See https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/ --- .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 616155a..dd3dc62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: ref: gh-pages fetch-depth: 0 - name: Download build - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: build - name: Add .nojekyll