We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 618765c commit 17f241dCopy full SHA for 17f241d
.github/workflows/build.yml
@@ -96,6 +96,7 @@ jobs:
96
with:
97
name: ${{ env.JOB_TRANSFER_ARTIFACT }}
98
path: dist
99
+ overwrite: true
100
101
artifacts:
102
name: ${{ matrix.artifact.name }} artifact
@@ -127,10 +128,11 @@ jobs:
127
128
path: ${{ env.JOB_TRANSFER_ARTIFACT }}
129
130
- name: Upload tester build artifact
- uses: actions/upload-artifact@v3
131
+ uses: actions/upload-artifact@v4
132
133
name: ${{ matrix.artifact.name }}
134
path: ${{ env.JOB_TRANSFER_ARTIFACT }}/${{ matrix.artifact.path }}
135
136
137
release:
138
needs: build
0 commit comments