File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262
6363 - name : Upload fat JAR artifact
6464 if : ${{ matrix.fatjar }}
65- uses : actions/upload-artifact@v4
65+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6666 with :
6767 name : wave-jar
6868 path : ./app/build/libs/wave.jar
@@ -106,14 +106,14 @@ jobs:
106106 xcrun notarytool submit "notarization.zip" --keychain-profile "notarytool-profile" --wait
107107
108108 - name : Upload Binary
109- uses : actions/upload-artifact@v4
109+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
110110 with :
111111 name : nativeCompile-${{ matrix.os }}
112112 path : ./app/build/native/nativeCompile
113113
114114 - name : Publish tests report
115115 if : failure()
116- uses : actions/upload-artifact@v4
116+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
117117 with :
118118 name : test-reports-jdk-${{ matrix.java_version }}
119119 path : |
@@ -168,7 +168,7 @@ jobs:
168168
169169 - name : JReleaser release output
170170 if : always()
171- uses : actions/upload-artifact@v4
171+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
172172 with :
173173 name : jreleaser-release
174174 path : |
You can’t perform that action at this time.
0 commit comments