We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef215db commit f0e4f09Copy full SHA for f0e4f09
.github/workflows/main.yml
@@ -66,7 +66,7 @@ jobs:
66
67
68
- name: Archive Build Log
69
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
70
if: ${{ success() || failure() }}
71
with:
72
name: Compile_Solution_log
@@ -91,7 +91,7 @@ jobs:
91
92
93
- name: Archive Build Output
94
95
96
name: sourcegrid
97
path: |
@@ -105,7 +105,7 @@ jobs:
105
Write-Host "::set-output name=nupkg-sourcegrid::siemens.sourcegrid.$($env:GitVersion_MajorMinorPatch).nupkg"
106
107
- name: Archive NuGet Packages
108
109
110
name: nuget-sourceGrid
111
0 commit comments