Skip to content

Commit 1e44344

Browse files
authored
Merge pull request #1098 from srevinsaju/patch-4
ci: bump actions/download-artifact to v2
2 parents a3c69f6 + 68b0345 commit 1e44344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

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

5151
steps:
5252
- name: Download Artifacts
53-
uses: actions/download-artifact@v1
53+
uses: actions/download-artifact@v2
5454
- name: Inspect directory after downloading artifacts
5555
run: ls -alFR
5656
- name: Create release and upload artifacts

0 commit comments

Comments
 (0)