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 @@ -137,7 +137,7 @@ jobs:
137137 echo "VM_SERIAL_REPORT=${{ github.run_id }}-${{ github.run_attempt }}-e2e-vm-serial-report.json" >> $GITHUB_OUTPUT
138138 - name : Upload reports artifact
139139 if : ${{ steps.vars.outputs.has_creds == 'true' && (!(startsWith(inputs.os, 'amazon') && inputs.version == '2' ))}}
140- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
140+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
141141 with :
142142 name : linux-${{ inputs.version }}-test-e2e-${{ inputs.arch }}-${{ github.run_id }}-${{ github.run_attempt }}-e2e-reports
143143 path : ${{ github.workspace }}/reports/${{ github.run_id }}-${{ github.run_attempt }}-*.json
Original file line number Diff line number Diff line change 9999 echo "VM_SERIAL_REPORT=${{ github.run_id }}-${{ github.run_attempt }}-e2e-vm-serial-report.json" >> $GITHUB_OUTPUT
100100 - name : Upload reports artifact
101101 if : always()
102- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
102+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
103103 with :
104104 name : macos-${{ inputs.version }}-${{ inputs.test-command }}-${{ inputs.arch }}-${{ github.run_id }}-${{ github.run_attempt }}-e2e-reports
105105 path : ${{ github.workspace }}/reports/${{ github.run_id }}-${{ github.run_attempt }}-*.json
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 "VM_SERIAL_REPORT=${{ github.run_id }}-${{ github.run_attempt }}-e2e-vm-serial-report.json" >> $env:GITHUB_OUTPUT
105105 - name : Upload reports artifact
106106 if : always()
107- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
107+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
108108 with :
109109 name : windows-${{ inputs.test-command }}-2022-${{ inputs.arch }}-${{ github.run_id }}-${{ github.run_attempt }}-e2e-reports
110110 path : ${{ github.workspace }}/reports/${{ github.run_id }}-${{ github.run_attempt }}-*.json
Original file line number Diff line number Diff line change 3636 shell : zsh {0}
3737
3838 - name : Upload macos aarch64 build
39- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
39+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4040 with :
4141 name : finch.macos-aarch64
4242 path : finch.*.aarch64.tar.gz
6565 shell : zsh {0}
6666
6767 - name : Upload macos x86_64 build
68- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
68+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6969 with :
7070 name : finch.macos-x86_64
7171 path : finch.*.x86_64.tar.gz
You can’t perform that action at this time.
0 commit comments