We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f0e97f commit 4d98e4dCopy full SHA for 4d98e4d
.github/workflows/web-app.yml
@@ -32,7 +32,7 @@ jobs:
32
run: dotnet publish ./BlazorBootstrap.Demo.Server/BlazorBootstrap.Demo.Server.csproj -c Release -o ${{env.DOTNET_ROOT}}/myapp
33
34
- name: Upload artifact for deployment job
35
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
36
with:
37
name: .net-app
38
path: ${{env.DOTNET_ROOT}}/myapp
0 commit comments