Skip to content

Commit 37100c8

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
- name: Upload tester build artifact
130130
uses: actions/upload-artifact@v4
131131
with:
132-
name: ${{ matrix.artifact.name }}
132+
name: ${{ matrix.artifact.name }}-${{ github.run_id }}
133133
path: ${{ env.JOB_TRANSFER_ARTIFACT }}/${{ matrix.artifact.path }}
134134

135135
release:

0 commit comments

Comments
 (0)