From f610843982a2c84f1ec05600941d9d6a295ec069 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 17:13:43 +0000 Subject: [PATCH] chore(deps): 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/release.yml | 8 ++++---- .github/workflows/staging.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d8fd7ed..007f0b48 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,7 +75,7 @@ jobs: id-token: write # Required for PyPI Trusted Publishing (OIDC) steps: - name: Download build artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: dist path: dist/ @@ -150,7 +150,7 @@ jobs: id-token: write # Required for PyPI trusted publishing (OIDC) steps: - name: Download build artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: dist path: dist/ @@ -224,13 +224,13 @@ jobs: - uses: actions/checkout@v6 - name: Download Python dist artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: dist path: dist/ - name: Download VSIX artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: vsix path: vsix/ diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 784991e3..e7792050 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -59,7 +59,7 @@ jobs: id-token: write # Required for PyPI Trusted Publishing (OIDC) steps: - name: Download build artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: dist path: dist/