File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8181 git switch "$CHECKOUT_REF"
8282
8383 - name : Persist RSKJ
84- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
84+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
8585 with :
8686 name : rskj
8787 path : rskj
@@ -148,7 +148,7 @@ jobs:
148148 ./gradlew --no-daemon --stacktrace clean build -x test
149149
150150 - name : Persist Build files
151- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
151+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
152152 with :
153153 name : build_files
154154 path : |
@@ -195,15 +195,15 @@ jobs:
195195 ./gradlew --no-daemon --stacktrace test
196196
197197 - name : Persist test results for sonar
198- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
198+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
199199 with :
200200 name : test-results
201201 path : |
202202 build/test-results/
203203 retention-days : 7
204204
205205 - name : Persist test reports for sonar
206- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
206+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
207207 with :
208208 name : test-reports
209209 path : |
Original file line number Diff line number Diff line change 4747 cat build/libs/SHA256SUMS
4848
4949 - name : Export artifacts
50- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
50+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
5151 with :
5252 name : ${{ steps.vars.outputs.tag }}
5353 path : build/libs/
Original file line number Diff line number Diff line change 3333 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
3434 # format to the repository Actions tab.
3535 - name : " Upload artifact"
36- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
36+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
3737 with :
3838 name : SARIF file
3939 path : results.sarif
You can’t perform that action at this time.
0 commit comments