Skip to content

Commit 28d664e

Browse files
authored
Fix Ci (#1556)
1 parent f65bd15 commit 28d664e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-integration-jwt.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
- name: 'VERIFY FORMAT'
118118
run: ../jhipster-dotnetcore/test-integration/scripts/09-verify-format.sh $JHI_APP
119119
- name: 'E2E: Store failure screenshots'
120-
uses: actions/upload-artifact@v3
120+
uses: actions/upload-artifact@v4
121121
if: always() && steps.e2e.outcome == 'failure'
122122
with:
123123
name: screenshots-${{ matrix.app-type }}

generators/dotnetcore/templates/dotnetcore/src/fakecsproj.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<PackageReference Include="JHipsterNet.Core" />
2929
<PackageReference Include="JHipsterNet.Web" />
30-
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" />
30+
<PackageReference Include="AutoMapper" />
3131
<PackageReference Include="MediatR" />
3232
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" />
3333
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" />

0 commit comments

Comments
 (0)