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 b1a6483 commit 85d3ef6Copy full SHA for 85d3ef6
.github/workflows/build.yml
@@ -60,8 +60,7 @@ jobs:
60
- name: Build Release
61
run: ant -noinput -buildfile build/build.xml ${{ matrix.os_prefix }}-dist -Dversion="${{ github.sha }}"
62
- name: Add artifact
63
- uses: actions/upload-artifact@v3
64
- id: upload
+ uses: actions/upload-artifact@v4
65
with:
66
name: processing-${{github.sha}}${{ matrix.os_prefix }}-${{ matrix.arch }}
67
path: ./build/${{ matrix.os_prefix }}/processing-${{github.sha}}-${{ matrix.os_prefix}}-*
0 commit comments