File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5050 token : ${{ secrets.repository-commit-token }}
5151
5252 - name : Download artifacts to commit
53- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
53+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
5454 with :
5555 name : ${{ inputs.uploaded-artifact-name }}
5656 path : ${{ inputs.commit-directory }}
Original file line number Diff line number Diff line change 5757
5858 - name : Archive generated report references documents
5959 if : steps.set-generated_documents_changed.outputs.generated_documents_changed == 'true'
60- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
60+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
6161 with :
6262 name : ${{ steps.set-documentation-upload-name.outputs.documentation-upload-name }}
6363 path : ./analysis-results/*.md
Original file line number Diff line number Diff line change 9494
9595 - name : (Prepare Code to Analyze) Upload sources to analyze
9696 if : success()
97- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
97+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
9898 with :
9999 name : ${{ steps.set-sources-upload-name.outputs.sources-upload-name }}
100100 path : ./source
@@ -104,7 +104,7 @@ jobs:
104104
105105 - name : (Prepare Code to Analyze) Upload artifacts to analyze
106106 if : success()
107- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
107+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
108108 with :
109109 name : ${{ steps.set-artifacts-upload-name.outputs.artifacts-upload-name }}
110110 path : ./artifacts
Original file line number Diff line number Diff line change 7878
7979 - name : (Prepare Code to Analyze) Upload code to analyze
8080 if : success()
81- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
81+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
8282 with :
8383 name : ${{ steps.set-sources-upload-name.outputs.sources-upload-name }}
8484 path : .
You can’t perform that action at this time.
0 commit comments