From e650163c48892f8144c13925b1fa015f3cd20160 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 19:50:59 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yaml | 2 +- .github/workflows/preview.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 81425cf98..8d436f8e1 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -170,7 +170,7 @@ jobs: run: git pull origin main # 1. Download the artifacts - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 # 2. Publish the extension to VS Code Marketplace - name: Publish to VS Code Marketplace diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index a04591c89..f05a9d847 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -156,7 +156,7 @@ jobs: git config --local user.name "GitHub Action" # Download the .vsix artifacts - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v5 - name: Tag the repository id: tag @@ -205,7 +205,7 @@ jobs: run: git pull origin preview # 1. Download the artifacts - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v5 # 2. Publish the extension to VS Code Marketplace - name: Publish to VS Code Marketplace