From 6252f2021c8751540e33b87df83ff21a3d081d51 Mon Sep 17 00:00:00 2001 From: BryanFauble <17128019+BryanFauble@users.noreply.github.com> Date: Fri, 5 Jul 2024 11:37:13 -0700 Subject: [PATCH] Try out newer download-artifact v4 action --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 742bc1aa7..c0c15fa3d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -373,13 +373,13 @@ jobs: id-token: write steps: - name: download-sdist - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: ${{ needs.package.outputs.sdist-package-name }} path: dist - name: download-bdist - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: ${{ needs.package.outputs.bdist-package-name }} path: dist