Skip to content

Commit 6bb11e3

Browse files
Merge pull request #359 from contentstack/fix/workflow-actions-download-artifacts
update download-artifact action to version 4 in release workflow
2 parents d03bf7c + 50fd4ca commit 6bb11e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Installing dependencies
4343
run: npm install
4444
- name: Download dist
45-
uses: actions/download-artifact@v3
45+
uses: actions/download-artifact@v4
4646
with:
4747
name: lib
4848
path: lib

0 commit comments

Comments
 (0)