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 @@ -133,7 +133,7 @@ jobs:
133133 echo "VM_SERIAL_REPORT=${{ github.run_id }}-${{ github.run_attempt }}-e2e-vm-serial-report.json" >> $GITHUB_OUTPUT
134134 - name : Upload reports artifact
135135 if : ${{ steps.vars.outputs.has_creds == 'true' && (!(startsWith(inputs.os, 'amazon') && inputs.version == '2' ))}}
136- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
136+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
137137 with :
138138 name : linux-${{ inputs.version }}-test-e2e-${{ inputs.arch }}-${{ github.run_id }}-${{ github.run_attempt }}-e2e-reports
139139 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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
102+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
107+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
39+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
68+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
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