Skip to content

Commit b43dba2

Browse files
committed
chore(build): correct wrong version specifier for actions/download-artifact
1 parent 8ea1855 commit b43dba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-package-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
steps:
7474
- name: Download Artifacts
75-
uses: actions/download-artifact@4
75+
uses: actions/download-artifact@v4
7676
with:
7777
path: artifacts
7878

0 commit comments

Comments
 (0)