Skip to content

Commit 85d3ef6

Browse files
authored
actions/upload-artifact@v4
1 parent b1a6483 commit 85d3ef6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ jobs:
6060
- name: Build Release
6161
run: ant -noinput -buildfile build/build.xml ${{ matrix.os_prefix }}-dist -Dversion="${{ github.sha }}"
6262
- name: Add artifact
63-
uses: actions/upload-artifact@v3
64-
id: upload
63+
uses: actions/upload-artifact@v4
6564
with:
6665
name: processing-${{github.sha}}${{ matrix.os_prefix }}-${{ matrix.arch }}
6766
path: ./build/${{ matrix.os_prefix }}/processing-${{github.sha}}-${{ matrix.os_prefix}}-*

0 commit comments

Comments
 (0)