Skip to content

Commit 3d2d8fa

Browse files
committed
chore: Update GitHub Actions
1 parent 91e39be commit 3d2d8fa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@ jobs:
9797
}
9898
9999
- name: Upload NuGet packages
100-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
100+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
101101
with:
102102
name: nuget-packages
103103
path: ${{ env.DIST_DIR }}/nuget
104104

105105
- name: Upload Test Assemblies
106-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
106+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
107107
with:
108108
name: test-assemblies
109109
path: ${{ env.DIST_DIR }}/testBinaries
@@ -177,7 +177,7 @@ jobs:
177177
dotnet-version: 8.0.x
178178

179179
- name: Download Test Binaries
180-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
180+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
181181
with:
182182
name: test-assemblies
183183
path: ${{ env.WORKPATH }}
@@ -277,7 +277,7 @@ jobs:
277277
278278
- name: Upload Test Results
279279
if: always()
280-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
280+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
281281
with:
282282
name: test-results-${{ matrix.os }}-${{ matrix.arch }}
283283
path: ${{ env.TEST_RESULTS_ROOT_DIR }}
@@ -288,7 +288,7 @@ jobs:
288288
runs-on: ubuntu-latest
289289
steps:
290290
- name: Download all test result artifacts
291-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
291+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
292292
with:
293293
pattern: test-results-*
294294
path: all-results
@@ -325,7 +325,7 @@ jobs:
325325
}
326326
327327
- name: Upload Aggregate Coverage HTML
328-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
328+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
329329
with:
330330
name: coverage-aggregate-html
331331
path: coverage/aggregate
@@ -363,7 +363,7 @@ jobs:
363363
Add-Content $env:GITHUB_OUTPUT "version=$nugetVersion"
364364
365365
- name: Download NuGet Packages
366-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
366+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
367367
with:
368368
name: nuget-packages
369369
path: dist/nuget

0 commit comments

Comments
 (0)