File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
run : |
104
104
$(Get-FileHash ./${{ env.release }}.zip -Algorithm SHA256).Hash
105
105
- name : Upload release
106
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
106
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
107
107
with :
108
108
name : binaries-${{ env.release }}
109
109
path : ./${{ env.release }}.zip
@@ -131,7 +131,7 @@ jobs:
131
131
exclusions : ' *.json'
132
132
- name : Upload abstractions
133
133
if : matrix.architecture == 'win-x64'
134
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
134
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
135
135
with :
136
136
name : binaries-dev-proxy-abstractions-${{ github.ref_name }}
137
137
path : ./dev-proxy-abstractions-${{ github.ref_name }}.zip
@@ -182,7 +182,7 @@ jobs:
182
182
--verbosity Debug
183
183
- name : Upload Installer
184
184
if : contains(matrix.architecture, 'win-')
185
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
185
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
186
186
with :
187
187
name : installer-dev-proxy-${{ github.ref_name }}-${{ matrix.architecture }}
188
188
path : ./${{ env.release }}/dev-proxy-installer-${{ matrix.architecture }}-${{ github.ref_name }}.exe
You can’t perform that action at this time.
0 commit comments