We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce8a61 commit db24214Copy full SHA for db24214
.github/workflows/build-jvmti.yml
@@ -16,7 +16,7 @@ jobs:
16
run: |
17
cd ${{ github.workspace }}/jvmti/jvmti-build
18
mvn package
19
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v3
20
with:
21
name: lib
22
path: jvmti/jvmti-build/target/classes/lib*
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
41
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
58
59
60
path: jvmti/jvmti-build/target/classes/*.dll
0 commit comments