From 27c30fe0f8a91364ba710fecaac17db4324cfb77 Mon Sep 17 00:00:00 2001 From: Niko Sirmpilatze Date: Wed, 31 Jan 2024 18:48:15 +0000 Subject: [PATCH] Update actions/download-artifact to v4 (#10) * Update actions/download-artifact to v4 * Bumped pypa/gh-action-pypi-publish to v1.8.0 --- .github/workflows/test_and_deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 9204127..908c1a1 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -56,11 +56,11 @@ jobs: needs: [build_sdist_wheels] runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: artifact path: dist - - uses: pypa/gh-action-pypi-publish@v1.5.0 + - uses: pypa/gh-action-pypi-publish@v1.8.0 with: user: __token__ password: ${{ secrets.BTB_UPLOAD_API_KEY }}