From 35c0b1b3dbedd557cc64f121e8745f98afcce0af Mon Sep 17 00:00:00 2001 From: pdmurray Date: Wed, 18 Dec 2024 14:32:25 -0800 Subject: [PATCH] Manually bump download-artifact to v4 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b3922c6..1f38194 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,7 +65,7 @@ jobs: with: python-version: '3.9' architecture: 'x64' - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: extension-artifacts - name: Install and Test