From ccb3dd58424feb2057861d8d27e350441c23bb6d Mon Sep 17 00:00:00 2001 From: Maruf Rasully <100434800+marufrasully@users.noreply.github.com> Date: Mon, 27 Jan 2025 15:09:18 +0100 Subject: [PATCH] fix: update actions/download-artifact (#742) --- .changeset/sweet-buttons-wonder.md | 6 ++++++ .github/workflows/release.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changeset/sweet-buttons-wonder.md diff --git a/.changeset/sweet-buttons-wonder.md b/.changeset/sweet-buttons-wonder.md new file mode 100644 index 000000000..886d38850 --- /dev/null +++ b/.changeset/sweet-buttons-wonder.md @@ -0,0 +1,6 @@ +--- +"@ui5-language-assistant/vscode-ui5-language-assistant-bas-ext": patch +"vscode-ui5-language-assistant": patch +--- + +fix: update actions/download-artifact diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5011501ce..5ac8b6970 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -124,7 +124,7 @@ jobs: - name: 'make folder' run: mkdir ./artifacts - name: Download artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: vscode-extension-file path: ./artifacts