From 4873d6d6dde0e500a8f931f035bc18d81d697703 Mon Sep 17 00:00:00 2001 From: bohd4nx Date: Sun, 3 May 2026 19:19:54 +0300 Subject: [PATCH 1/2] fix: update PyPI publish action to use the latest release version Co-authored-by: Copilot --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7620d90..ec80eef 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -79,7 +79,7 @@ jobs: name: dist path: dist - - uses: pypa/gh-action-pypi-publish@v1 + - uses: pypa/gh-action-pypi-publish@release/v1 release: name: GitHub Release From c1ae5f0f287e6b2513e292a78bbef5c5f57309a8 Mon Sep 17 00:00:00 2001 From: bohd4nx Date: Sun, 3 May 2026 19:20:30 +0300 Subject: [PATCH 2/2] fix: update download-artifact action version to v8 for consistency --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ec80eef..2e97f59 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -74,7 +74,7 @@ jobs: id-token: write steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: dist path: dist @@ -95,7 +95,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: dist path: dist