Skip to content

Commit 883c405

Browse files
committed
Reverting download-artifacts to v3 because of action failure.
Signed-off-by: ubi de feo <[email protected]>
1 parent ce19119 commit 883c405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,13 @@ jobs:
122122

123123
steps:
124124
- name: Download job transfer artifact
125-
uses: actions/download-artifact@v4
125+
uses: actions/download-artifact@v3
126126
with:
127127
name: ${{ env.JOB_TRANSFER_ARTIFACT }}
128128
path: ${{ env.JOB_TRANSFER_ARTIFACT }}
129129

130130
- name: Upload tester build artifact
131-
uses: actions/upload-artifact@v4
131+
uses: actions/upload-artifact@v3
132132
with:
133133
name: ${{ matrix.artifact.name }}
134134
path: ${{ env.JOB_TRANSFER_ARTIFACT }}/${{ matrix.artifact.path }}

0 commit comments

Comments
 (0)