Skip to content

Commit 2c917b2

Browse files
authored
Merge branch 'main' into llmusagedebug
2 parents 699426e + c301911 commit 2c917b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/create-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
run: |
104104
$(Get-FileHash ./${{ env.release }}.zip -Algorithm SHA256).Hash
105105
- name: Upload release
106-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
106+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
107107
with:
108108
name: binaries-${{ env.release }}
109109
path: ./${{ env.release }}.zip
@@ -131,7 +131,7 @@ jobs:
131131
exclusions: '*.json'
132132
- name: Upload abstractions
133133
if: matrix.architecture == 'win-x64'
134-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
134+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
135135
with:
136136
name: binaries-dev-proxy-abstractions-${{ github.ref_name }}
137137
path: ./DevProxy.Abstractions-${{ github.ref_name }}.zip
@@ -185,7 +185,7 @@ jobs:
185185
--verbosity Debug
186186
- name: Upload Installer
187187
if: contains(matrix.architecture, 'win-')
188-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
188+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
189189
with:
190190
name: installer-dev-proxy-${{ github.ref_name }}-${{ matrix.architecture }}
191191
path: ./${{ env.release }}/dev-proxy-installer-${{ matrix.architecture }}-${{ github.ref_name }}.exe
@@ -203,7 +203,7 @@ jobs:
203203
contents: write
204204
steps:
205205
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
206-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
206+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
207207
with:
208208
path: output
209209
- name: Release

0 commit comments

Comments
 (0)