From b5b25e2943da5e559dc33029061c93b478132959 Mon Sep 17 00:00:00 2001 From: David Lord Date: Fri, 29 Dec 2023 09:33:09 -0800 Subject: [PATCH] adjust for upload-artifact v4 --- .github/workflows/publish.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index bf999f92c..8dac5568a 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -45,6 +45,9 @@ jobs: contents: write steps: - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 + with: + pattern: * + merge-multiple: true - name: create release run: > gh release create --draft --repo ${{ github.repository }} @@ -62,6 +65,9 @@ jobs: id-token: write steps: - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 + with: + pattern: * + merge-multiple: true - uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf with: repository-url: https://test.pypi.org/legacy/