From df108b562fb32e4e0da2f6c17927ced85c4d0220 Mon Sep 17 00:00:00 2001 From: Alex Kaszynski Date: Thu, 2 Nov 2023 10:13:18 -0600 Subject: [PATCH] use latest download artifact --- .github/workflows/testing-and-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing-and-deployment.yml b/.github/workflows/testing-and-deployment.yml index bcf51e1..af39cec 100644 --- a/.github/workflows/testing-and-deployment.yml +++ b/.github/workflows/testing-and-deployment.yml @@ -75,7 +75,7 @@ jobs: permissions: id-token: write # this permission is mandatory for trusted publishing steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: path: dist/ - name: Flatten directory structure