File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ jobs:
154154 echo "alerts_exit_code=$EXIT_CODE" >> "$GITHUB_OUTPUT"
155155
156156 - name : Upload report
157+ id : upload_report
157158 uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
158159 if : always()
159160 with :
@@ -183,7 +184,7 @@ jobs:
183184 *Branch:* `${{ inputs.branch || 'main' }}`
184185 *Instance type:* `${{ inputs.instance_type || 'c6a.4xlarge' }}`
185186 *Run:* <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View workflow run>
186- *Report:* <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}#artifacts |Download report>
187+ *Report:* <${{ steps.upload_report.outputs.artifact-url }}|Download report>
187188 SLACK_USERNAME : GitHub Actions
188189 SLACK_ICON : https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
189190
@@ -199,6 +200,6 @@ jobs:
199200 *Branch:* `${{ inputs.branch || 'main' }}`
200201 *Instance type:* `${{ inputs.instance_type || 'c6a.4xlarge' }}`
201202 *Run:* <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View workflow run>
202- *Report:* <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}#artifacts |Download report>
203+ *Report:* <${{ steps.upload_report.outputs.artifact-url }}|Download report>
203204 SLACK_USERNAME : GitHub Actions
204205 SLACK_ICON : https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
You can’t perform that action at this time.
0 commit comments