Skip to content

Commit 17f241d

Browse files
committed
Forcing upload-artifacts@v4 to overwrite destination file.
Signed-off-by: ubi de feo <[email protected]>
1 parent 618765c commit 17f241d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
with:
9797
name: ${{ env.JOB_TRANSFER_ARTIFACT }}
9898
path: dist
99+
overwrite: true
99100

100101
artifacts:
101102
name: ${{ matrix.artifact.name }} artifact
@@ -127,10 +128,11 @@ jobs:
127128
path: ${{ env.JOB_TRANSFER_ARTIFACT }}
128129

129130
- name: Upload tester build artifact
130-
uses: actions/upload-artifact@v3
131+
uses: actions/upload-artifact@v4
131132
with:
132133
name: ${{ matrix.artifact.name }}
133134
path: ${{ env.JOB_TRANSFER_ARTIFACT }}/${{ matrix.artifact.path }}
135+
overwrite: true
134136

135137
release:
136138
needs: build

0 commit comments

Comments
 (0)