From af59c493ba451a3211343c3b5c3c0006eb96d0c0 Mon Sep 17 00:00:00 2001 From: mbushkov Date: Thu, 13 Jun 2024 10:06:17 +0200 Subject: [PATCH] Adjusting artifacts download. --- .github/workflows/publish-pypi.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index 8f18986c1..3a2856bb6 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -29,7 +29,7 @@ jobs: - name: Upload sdists uses: actions/upload-artifact@v4 with: - name: pypi-sdists + name: sdists path: /tmp/sdists retention-days: 3 @@ -45,10 +45,10 @@ jobs: id-token: write # IMPORTANT: mandatory for trusted publishing steps: - name: Download the sdist - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: - name: pypi-sdists + name: sdists pattern: grr-response-test*.zip path: dist/ - - name: Publish distribution 📦 to PyPI + - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1