Skip to content

Commit 7e738f6

Browse files
authored
actions/download-artifact@v4
1 parent 810ff2c commit 7e738f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- build
108108
steps:
109109
- name: Download artifacts
110-
uses: actions/download-artifact@v2
110+
uses: actions/download-artifact@v4
111111
- name: Inspect directory after downloading artifacts
112112
run: ls -alFR
113113
- name: Create release and upload artifacts

0 commit comments

Comments
 (0)