Skip to content

Commit cb9bdc2

Browse files
committed
ci: Use actions/upload-artifact@v4.4.3 to upload common build.
1 parent 7dee8a6 commit cb9bdc2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/checkCommit.yml

+8
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,11 @@ jobs:
3232
3333
- name: Build Plugin
3434
run: ./gradlew buildPlugin
35+
36+
- name: Upload a Build Artifact
37+
uses: actions/upload-artifact@v4.4.3
38+
with:
39+
name: SecurityInspector
40+
path: ./build/libs/
41+
compression-level: 0
42+

0 commit comments

Comments
 (0)