Skip to content

Commit 2a641e6

Browse files
authored
With @v4 it failed, hence downgrading to @v2
1 parent 7e738f6 commit 2a641e6

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@v4
110+
uses: actions/download-artifact@v2
111111
- name: Inspect directory after downloading artifacts
112112
run: ls -alFR
113113
- name: Create release and upload artifacts

0 commit comments

Comments
 (0)