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.
2 parents 51d23d2 + 741a2f9 commit 2d2334dCopy full SHA for 2d2334d
.github/workflows/builder.yml
@@ -133,7 +133,7 @@ jobs:
133
echo "::set-output name=filename::${{ env.PRODUCT }}-${ARGS}"
134
135
- name: Upload binary artifacts
136
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
137
with:
138
name: ${{ steps.builder.outputs.filename }}
139
path: ./bin/${{ env.PRODUCT }}*
0 commit comments