File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ jobs:
183183
184184 - name : In dry run - upload build outputs as workflow artifacts
185185 if : ${{ github.event.inputs.dry_run == 'true' }}
186- uses : actions/upload-artifact@v6
186+ uses : actions/upload-artifact@v7
187187 with :
188188 name : dry-run-${{ needs.prepare-release.outputs.tag_name }}
189189 path : |
Original file line number Diff line number Diff line change 5353 --out ./reports
5454 - name : Upload Test results
5555 if : ${{ always() }}
56- uses : actions/upload-artifact@v6
56+ uses : actions/upload-artifact@v7
5757 with :
5858 name : Depcheck report
5959 path : ${{github.workspace}}/reports
Original file line number Diff line number Diff line change 8282 if [ $LINES_FOUND -gt 1 ]; then echo $LICENSE_REPORT ; exit -1; fi
8383 working-directory : .
8484 - name : Upload license XML reports
85- uses : actions/upload-artifact@v6
85+ uses : actions/upload-artifact@v7
8686 with :
8787 name : license-xml-report
8888 path : ' ./**/${{ env.REPORT_PATH }}'
You can’t perform that action at this time.
0 commit comments