Skip to content

Commit 8fbde6b

Browse files
Update actions/upload-artifact digest to ea165f8
1 parent 78e3b40 commit 8fbde6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: .\build.ps1
2323
shell: powershell
2424
- name: Publish NuGet package as build artifact
25-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
25+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
2626
with:
2727
name: NuGet Package
2828
path: ./BuildArtifacts/Packages/NuGet/
@@ -52,7 +52,7 @@ jobs:
5252
working-directory: ./tests/script-runner/net8.0-git-cli/
5353
shell: powershell
5454
- name: Publish generated reports as build artifact
55-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
55+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
5656
with:
5757
name: Integration Tests Script Runner Windows (.NET tool)
5858
path: ./tests/script-runner/net8.0/BuildArtifacts/output/

0 commit comments

Comments
 (0)