File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8282 ./gradlew :selekt-sqlite3-native:jar
8383
8484 - name : ' Upload native JAR'
85- uses : actions/upload-artifact@v4
85+ uses : actions/upload-artifact@v6
8686 with :
8787 name : selekt-native-${{ matrix.platform }}
8888 path : selekt-sqlite3-native/build/libs/*.jar
@@ -150,7 +150,7 @@ jobs:
150150 run : ./gradlew detekt ktlintCheck lint -x lintRelease ${{ env.SCAN }}
151151
152152 - name : ' Archive analysis reports'
153- uses : actions/upload-artifact@v4
153+ uses : actions/upload-artifact@v6
154154 if : always()
155155 with :
156156 name : ' Analyses'
@@ -161,7 +161,7 @@ jobs:
161161 run : ./gradlew :selekt-android:testDebugUnitTest :selekt-java:test :koverHtmlReport -x integrationTest ${{ env.SCAN }}
162162
163163 - name : ' Archive test reports'
164- uses : actions/upload-artifact@v4
164+ uses : actions/upload-artifact@v6
165165 if : always()
166166 with :
167167 name : ' Unit test and coverage reports'
Original file line number Diff line number Diff line change 9090 fi
9191
9292 - name : ' Upload native JAR'
93- uses : actions/upload-artifact@v4
93+ uses : actions/upload-artifact@v6
9494 with :
9595 name : selekt-native-${{ matrix.platform }}
9696 path : selekt-sqlite3-native/build/libs/*.jar
Original file line number Diff line number Diff line change 5959 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6060 # format to the repository Actions tab.
6161 - name : " Upload artifact"
62- uses : actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20
62+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v3.pre.node20
6363 with :
6464 name : SARIF file
6565 path : results.sarif
You can’t perform that action at this time.
0 commit comments