Skip to content

Commit

Permalink
fix: update actions/download-artifact (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
marufrasully authored Jan 27, 2025
1 parent 20a6fb9 commit ccb3dd5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/sweet-buttons-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@ui5-language-assistant/vscode-ui5-language-assistant-bas-ext": patch
"vscode-ui5-language-assistant": patch
---

fix: update actions/download-artifact
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccb3dd5

Please sign in to comment.