There was an error while loading. Please reload this page.
2 parents 9ea9715 + f422787 commit d101d1fCopy full SHA for d101d1f
1 file changed
.github/workflows/build.yml
@@ -61,7 +61,7 @@ jobs:
61
runs-on: ubuntu-latest
62
steps:
63
- name: "Download Artefact"
64
- uses: actions/download-artifact@v4.3.0
+ uses: actions/download-artifact@v5.0.0
65
with:
66
name: "windows-latest"
67
path: "Artefacts"
@@ -95,7 +95,7 @@ jobs:
95
runs-on: windows-latest
96
97
98
99
100
101
- name: "Dotnet NuGet Add Source"
@@ -115,7 +115,7 @@ jobs:
115
116
117
118
119
120
121
- name: "Dotnet NuGet Push"
0 commit comments