Skip to content

Commit ccb3dd5

Browse files
authored
fix: update actions/download-artifact (#742)
1 parent 20a6fb9 commit ccb3dd5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/sweet-buttons-wonder.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@ui5-language-assistant/vscode-ui5-language-assistant-bas-ext": patch
3+
"vscode-ui5-language-assistant": patch
4+
---
5+
6+
fix: update actions/download-artifact

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
- name: 'make folder'
125125
run: mkdir ./artifacts
126126
- name: Download artifact
127-
uses: actions/download-artifact@v3
127+
uses: actions/download-artifact@v4
128128
with:
129129
name: vscode-extension-file
130130
path: ./artifacts

0 commit comments

Comments
 (0)