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 70
70
runs-on : ubuntu-latest
71
71
steps :
72
72
- name : " Download Artefact"
73
- uses : actions/download-artifact@v4.1.8
73
+ uses : actions/download-artifact@v4.2.1
74
74
with :
75
75
path : " ./Artefacts"
76
76
- name : " Publish Test Summary"
91
91
runs-on : windows-latest
92
92
steps :
93
93
- name : " Download Artefact"
94
- uses : actions/download-artifact@v4.1.8
94
+ uses : actions/download-artifact@v4.2.1
95
95
with :
96
96
name : " windows-latest"
97
97
- name : " Dotnet NuGet Add Source"
@@ -111,7 +111,7 @@ jobs:
111
111
runs-on : windows-latest
112
112
steps :
113
113
- name : " Download Artefact"
114
- uses : actions/download-artifact@v4.1.8
114
+ uses : actions/download-artifact@v4.2.1
115
115
with :
116
116
name : " windows-latest"
117
117
- name : " Dotnet NuGet Push"
You can’t perform that action at this time.
0 commit comments