From 21544e2440bbc42d36d6d222c7e2a17a82cb7cc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 22:12:49 +0000 Subject: [PATCH 1/2] build(deps): bump dawidd6/action-download-artifact Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 688efa90a08f3552e7c1420c8313e215164e8b14 to 5c98f0b039f36ef966fdb7dfa9779262785ecb05. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/688efa90a08f3552e7c1420c8313e215164e8b14...5c98f0b039f36ef966fdb7dfa9779262785ecb05) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: 5c98f0b039f36ef966fdb7dfa9779262785ecb05 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index bebb56b..cf8c654 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -77,7 +77,7 @@ jobs: - name: Download artifact from build workflow if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main') - uses: dawidd6/action-download-artifact@688efa90a08f3552e7c1420c8313e215164e8b14 + uses: dawidd6/action-download-artifact@5c98f0b039f36ef966fdb7dfa9779262785ecb05 with: allow_forks: false branch: main From 94c4ffac2a206248c159729f8a71fcf48e8ded1b Mon Sep 17 00:00:00 2001 From: Julien <1596222+Guts@users.noreply.github.com> Date: Mon, 2 Feb 2026 10:11:16 +0100 Subject: [PATCH 2/2] update(ci): use git tag for action-download-artifact to restore maintenability See discussion here: https://github.com/WhereGroup/profile_manager/pull/88#issuecomment-3737490696 --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index cf8c654..87b5335 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -77,7 +77,7 @@ jobs: - name: Download artifact from build workflow if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main') - uses: dawidd6/action-download-artifact@5c98f0b039f36ef966fdb7dfa9779262785ecb05 + uses: dawidd6/action-download-artifact@v14 with: allow_forks: false branch: main