Skip to content

Commit f0e4f09

Browse files
Update artifact: v2 task for depreciated version
1 parent ef215db commit f0e4f09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767

6868
- name: Archive Build Log
69-
uses: actions/upload-artifact@v2
69+
uses: actions/upload-artifact@v4
7070
if: ${{ success() || failure() }}
7171
with:
7272
name: Compile_Solution_log
@@ -91,7 +91,7 @@ jobs:
9191
9292
9393
- name: Archive Build Output
94-
uses: actions/upload-artifact@v2
94+
uses: actions/upload-artifact@v4
9595
with:
9696
name: sourcegrid
9797
path: |
@@ -105,7 +105,7 @@ jobs:
105105
Write-Host "::set-output name=nupkg-sourcegrid::siemens.sourcegrid.$($env:GitVersion_MajorMinorPatch).nupkg"
106106
107107
- name: Archive NuGet Packages
108-
uses: actions/upload-artifact@v2
108+
uses: actions/upload-artifact@v4
109109
with:
110110
name: nuget-sourceGrid
111111
path: |

0 commit comments

Comments
 (0)