From 431b135924c24e37d4f27b588daa81e89669f0d5 Mon Sep 17 00:00:00 2001 From: Evgeny Parshutin Date: Wed, 14 Jan 2026 15:30:47 +0100 Subject: [PATCH 1/4] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index add39d3b..b2741e56 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,6 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: weekly + interval: dayly # Disable the steady stream of version updates for actions; only notify about security updates. open-pull-requests-limit: 0 From 9119e0638fcf886376dcd10c16878708d106fcdc Mon Sep 17 00:00:00 2001 From: Evgeny Parshutin Date: Wed, 14 Jan 2026 15:32:30 +0100 Subject: [PATCH 2/4] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b2741e56..8650a933 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,6 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: dayly + interval: daily # Disable the steady stream of version updates for actions; only notify about security updates. open-pull-requests-limit: 0 From 79c80b51b77720ad090af57650e64ad05b8aab25 Mon Sep 17 00:00:00 2001 From: Evgeny Parshutin Date: Wed, 14 Jan 2026 18:24:27 +0100 Subject: [PATCH 3/4] Update dependabot.yml --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8650a933..253bcb76 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,5 +4,3 @@ updates: directory: / schedule: interval: daily - # Disable the steady stream of version updates for actions; only notify about security updates. - open-pull-requests-limit: 0 From 4712fc939cd2cf8fbd6ecce3642de63db21ca5e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 17:25:20 +0000 Subject: [PATCH 4/4] build(deps): bump actions/download-artifact from 4.1.1 to 7.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.1 to 7.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/6b208ae046db98c579e8a3aa621ab581ff575935...37930b1c2abaa49bbe596cd826c3c89aef350131) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 41427405..4e2ce639 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -93,7 +93,7 @@ jobs: draft: false prerelease: false - name: Download artifacts - uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: path: build-artifacts pattern: build-artifacts-* @@ -128,7 +128,7 @@ jobs: needs: [python_build, create_release] steps: - name: Download artifacts - uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: pattern: build-artifacts-* merge-multiple: true