File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 flags : unittests
6464 - name : Upload coverage report as artifact
6565 if : ${{ matrix.release_build && github.event_name != 'pull_request' }}
66- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
66+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6767 with :
6868 name : jacoco-report
6969 path : target/site/jacoco/jacoco.csv
@@ -166,7 +166,7 @@ jobs:
166166 echo "$COMMENT_BODY" > pr-comment/comment-body.txt
167167 - name : Upload PR comment
168168 if : ${{ matrix.release_build && github.event_name == 'pull_request' }}
169- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
169+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
170170 with :
171171 name : pr-comment
172172 path : pr-comment/
You can’t perform that action at this time.
0 commit comments