We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62ffb91 + cfc6e81 commit ee928d3Copy full SHA for ee928d3
1 file changed
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
cmake --build build
30
31
- name: Upload Artifacts
32
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
33
with:
34
name: plugin-windows
35
path: |
@@ -66,7 +66,7 @@ jobs:
66
67
68
69
70
71
name: plugin-linux
72
path: ./build/endstone_*.so
0 commit comments