From 80ce99fdd18207572ca27edc1488c301b369c345 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 15 Dec 2025 00:08:05 +0000
Subject: [PATCH 1/2] chore(deps): bump actions/download-artifact from 5 to 7

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v5...v7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 .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 ceb9ed7..4eae824 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -42,7 +42,7 @@ jobs:
 
     steps:
     - name: Download all the dists
-      uses: actions/download-artifact@v5
+      uses: actions/download-artifact@v7
       with:
         name: python-package-distributions
         path: dist/
@@ -63,7 +63,7 @@ jobs:
 
     steps:
     - name: Download all the dists
-      uses: actions/download-artifact@v5
+      uses: actions/download-artifact@v7
       with:
         name: python-package-distributions
         path: dist/

From 9adbc9dc4e54dabe8caf240b3b8c805aa531727f Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 15 Dec 2025 00:08:14 +0000
Subject: [PATCH 2/2] chore(changelog): automatic update to add dependabot deps
 bump

---
 CHANGELOG.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d539706..d5c87fa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,7 +12,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
 - Bump `actions/setup-python` from 4 to 6 ([#1](https://github.com/MechanicalFlower/python-template/pull/1), [#68](https://github.com/MechanicalFlower/python-template/pull/68))
 - Bump `pre-commit` from 3.5.0 to 4.2.0 ([#2](https://github.com/MechanicalFlower/python-template/pull/2), [#8](https://github.com/MechanicalFlower/python-template/pull/8), [#9](https://github.com/MechanicalFlower/python-template/pull/9), [#17](https://github.com/MechanicalFlower/python-template/pull/17), [#28](https://github.com/MechanicalFlower/python-template/pull/28), [#39](https://github.com/MechanicalFlower/python-template/pull/39), [#59](https://github.com/MechanicalFlower/python-template/pull/59))
 - Bump `sigstore/gh-action-sigstore-python` from 2.1.0 to 3.1.0 ([#5](https://github.com/MechanicalFlower/python-template/pull/5), [#25](https://github.com/MechanicalFlower/python-template/pull/25), [#71](https://github.com/MechanicalFlower/python-template/pull/71))
-- Bump `actions/download-artifact` from 3 to 5 ([#4](https://github.com/MechanicalFlower/python-template/pull/4), [#64](https://github.com/MechanicalFlower/python-template/pull/64))
+- Bump `actions/download-artifact` from 3 to 7 ([#4](https://github.com/MechanicalFlower/python-template/pull/4), [#64](https://github.com/MechanicalFlower/python-template/pull/64), [#82](https://github.com/MechanicalFlower/python-template/pull/82))
 - Bump `actions/upload-artifact` from 3 to 4 ([#3](https://github.com/MechanicalFlower/python-template/pull/3))
 - Bump `pytest` from 7.4.3 to 8.4.2 ([#6](https://github.com/MechanicalFlower/python-template/pull/6), [#7](https://github.com/MechanicalFlower/python-template/pull/7), [#10](https://github.com/MechanicalFlower/python-template/pull/10), [#11](https://github.com/MechanicalFlower/python-template/pull/11), [#13](https://github.com/MechanicalFlower/python-template/pull/13), [#14](https://github.com/MechanicalFlower/python-template/pull/14), [#16](https://github.com/MechanicalFlower/python-template/pull/16), [#19](https://github.com/MechanicalFlower/python-template/pull/19), [#21](https://github.com/MechanicalFlower/python-template/pull/21), [#27](https://github.com/MechanicalFlower/python-template/pull/27), [#46](https://github.com/MechanicalFlower/python-template/pull/46), [#69](https://github.com/MechanicalFlower/python-template/pull/69))
 - Bump `extractions/setup-just` from 1 to 3 ([#12](https://github.com/MechanicalFlower/python-template/pull/12), [#58](https://github.com/MechanicalFlower/python-template/pull/58))
