From d1542bc624d29421d711a55bf08b104459a89043 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 01:03:19 +0000 Subject: [PATCH] build(deps): Bump robinraju/release-downloader from 1.12 to 1.13 Bumps [robinraju/release-downloader](https://github.com/robinraju/release-downloader) from 1.12 to 1.13. - [Release notes](https://github.com/robinraju/release-downloader/releases) - [Commits](https://github.com/robinraju/release-downloader/compare/v1.12...v1.13) --- updated-dependencies: - dependency-name: robinraju/release-downloader dependency-version: '1.13' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/upload_pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upload_pypi.yml b/.github/workflows/upload_pypi.yml index e3953b88..972d54b4 100644 --- a/.github/workflows/upload_pypi.yml +++ b/.github/workflows/upload_pypi.yml @@ -22,7 +22,7 @@ jobs: run: | pip install -U wheelhouse_uploader pyyaml - name: Downloading wheels and sdist from staging - uses: robinraju/release-downloader@v1.12 + uses: robinraju/release-downloader@v1.13 with: repository: "Socrats/EGTtools" latest: true