File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6363 run : ./gradlew printVersion build -x :file-barj-core:jacocoTestCoverageVerification -Pci
6464 - name : Upload Test reports - Core
6565 if : always()
66- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
66+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
6767 with :
6868 name : test-report-file-barj-core-${{ matrix.os }}
6969 path : |
7272 retention-days : 5
7373 - name : Upload Test reports - Job
7474 if : always()
75- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
75+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
7676 with :
7777 name : test-report-file-barj-job-${{ matrix.os }}
7878 path : |
8181 retention-days : 5
8282 - name : Upload Test reports - Stream IO
8383 if : always()
84- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
84+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
8585 with :
8686 name : test-report-file-barj-stream-io-${{ matrix.os }}
8787 path : |
Original file line number Diff line number Diff line change 5757 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5858 # format to the repository Actions tab.
5959 - name : " Upload artifact"
60- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
60+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
6161 with :
6262 name : SARIF file
6363 path : results.sarif
You can’t perform that action at this time.
0 commit comments