Skip to content

Commit 7483819

Browse files
committed
WIP: artifacts v4 upgrade.
Signed-off-by: ubi de feo <[email protected]>
1 parent 37100c8 commit 7483819

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
@@ -123,8 +123,8 @@ jobs:
123123
- name: Download job transfer artifact
124124
uses: actions/download-artifact@v4
125125
with:
126-
name: ${{ env.JOB_TRANSFER_ARTIFACT }}
127-
path: ${{ env.JOB_TRANSFER_ARTIFACT }}
126+
name: ${{ matrix.artifact.name }}-${{ github.run_id }}
127+
path: ${{ env.JOB_TRANSFER_ARTIFACT }}/${{ matrix.artifact.path }}
128128

129129
- name: Upload tester build artifact
130130
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)