Skip to content

Commit 9aaa88e

Browse files
committed
Use upload v4
It appears v3 isn't working
1 parent 41dca09 commit 9aaa88e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pluginbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
mkdir -p ${{ env.BUILD_PATH }}/archive
8989
zip -r ${{ env.BUILD_PATH }}/archive/Kinect-${{ runner.os }}.zip ${{ env.INSTALL_PATH }}
9090
- name: Upload Archive
91-
uses: actions/upload-artifact@v3
91+
uses: actions/upload-artifact@v4
9292
with:
9393
name: Kinect-${{ runner.os }}.zip
9494
path: ${{ env.BUILD_PATH }}/archive/Kinect-${{ runner.os }}.zip

0 commit comments

Comments
 (0)