From 5e98f62c4427e2c53f82515696b8be6ee7c3f9a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 06:44:04 +0000 Subject: [PATCH 1/3] Bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 560e27b56f..523cb68c4e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,7 +41,7 @@ jobs: contents: read steps: # retrieve your distributions here - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: artifacts path: dist diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 92d7abc7a3..2c19ee7c30 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -779,7 +779,7 @@ jobs: run: | pip3 install coverage - name: Download all coverage artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: ./coverage - name: Combine coverage From 980e1ccd7e37060e9021947765717437abea6ea3 Mon Sep 17 00:00:00 2001 From: Tatiana Al-Chueyr Date: Tue, 3 Mar 2026 08:35:32 +0000 Subject: [PATCH 2/3] Apply suggestion from @tatiana --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 523cb68c4e..80bcb0088f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,7 +41,7 @@ jobs: contents: read steps: # retrieve your distributions here - - uses: actions/download-artifact@v8 + - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 with: name: artifacts path: dist From 34f3fcea82c0c24e9c8ae99b136947a94b4c7ded Mon Sep 17 00:00:00 2001 From: Tatiana Al-Chueyr Date: Tue, 3 Mar 2026 08:35:38 +0000 Subject: [PATCH 3/3] Apply suggestion from @tatiana --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2c19ee7c30..f104f18987 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -779,7 +779,7 @@ jobs: run: | pip3 install coverage - name: Download all coverage artifacts - uses: actions/download-artifact@v8 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 with: path: ./coverage - name: Combine coverage