We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55c141e commit 62cfe29Copy full SHA for 62cfe29
1 file changed
.github/workflows/test.yml
@@ -43,7 +43,7 @@ jobs:
43
make universal
44
45
- name: Archive production artifacts
46
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
47
with:
48
name: universalJavaApplicationStub
49
retention-days: 7
@@ -54,7 +54,7 @@ jobs:
54
./universalJavaApplicationStub
55
56
57
58
59
name: nativeJavaApplicationStub
60
0 commit comments