From 15c0363b9e35440b27475b823a8ae257aa83c648 Mon Sep 17 00:00:00 2001 From: Ilja Antipov <33315542+antipovi@users.noreply.github.com> Date: Fri, 25 Nov 2022 10:21:06 +0100 Subject: [PATCH] Update build-python.yml (#14) use correct action actions/download-artifact@v3 for pip freeze download # Checklist The following aspects have been respected by the author of this pull request, confirmed by both pull request assignee **and** reviewer: * Changelog update (necessity checked and entry added or not added respectively) * [x] Pull Request Assignee * [x] Reviewer * README update (necessity checked and entry added or not added respectively) * [x] Pull Request Assignee * [x] Reviewer --- .github/workflows/build-python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-python.yml b/.github/workflows/build-python.yml index 59fdfa6..b294c20 100644 --- a/.github/workflows/build-python.yml +++ b/.github/workflows/build-python.yml @@ -96,7 +96,7 @@ jobs: name: html_unit_test path: unittest_results/ - name: Download pip freeze - uses: pypa/gh-action-pypi-publish@release/v1 + uses: actions/download-artifact@v3 with: name: freeze path: freeze/ @@ -112,4 +112,4 @@ jobs: dist/*.whl freeze/pip_freeze.txt unittest_results/*.html - prerelease: ${{ !startsWith(github.ref, 'refs/tags/v') }} \ No newline at end of file + prerelease: ${{ !startsWith(github.ref, 'refs/tags/v') }}