From a0e0c306fbe43d49438af052f38c1ffc224cddea Mon Sep 17 00:00:00 2001 From: Sergey Rybakov Date: Fri, 17 May 2024 15:58:16 +0300 Subject: [PATCH] actions fix --- .github/workflows/on_release.yml | 2 +- .github/workflows/on_test_release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on_release.yml b/.github/workflows/on_release.yml index 7ea9b04..0a8a5e8 100644 --- a/.github/workflows/on_release.yml +++ b/.github/workflows/on_release.yml @@ -21,7 +21,7 @@ jobs: url: https://pypi.org/p/${{ vars.PACKAGE_NAME }} steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: # unpacks default artifact into dist/ # if `name: artifact` is omitted, the action will create extra parent dir diff --git a/.github/workflows/on_test_release.yml b/.github/workflows/on_test_release.yml index 8d8021f..6057b38 100644 --- a/.github/workflows/on_test_release.yml +++ b/.github/workflows/on_test_release.yml @@ -24,7 +24,7 @@ jobs: url: https://test.pypi.org/p/${{ vars.PACKAGE_NAME }} steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: # unpacks default artifact into dist/ # if `name: artifact` is omitted, the action will create extra parent dir