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 23
23
run : .\build.ps1
24
24
shell : powershell
25
25
- name : Publish NuGet package as build artifact
26
- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
26
+ uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
27
27
with :
28
28
name : NuGet Package
29
29
path : ./BuildArtifacts/Packages/NuGet/
39
39
run : npm install -g markdownlint-cli
40
40
shell : powershell
41
41
- name : Download build artifact
42
- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3
42
+ uses : actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4
43
43
with :
44
44
name : NuGet Package
45
45
path : ./BuildArtifacts/Packages/NuGet
53
53
working-directory : ./tests/script-runner/
54
54
shell : powershell
55
55
- name : Publish generated reports as build artifact
56
- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
56
+ uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
57
57
with :
58
58
name : Integration Tests Script Runner Windows (.NET Core tool)
59
59
path : ./tests/script-runner/BuildArtifacts/output/
You can’t perform that action at this time.
0 commit comments