Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8239cd2

Browse files
authoredFeb 1, 2025··
Update web-app.yml
1 parent 6f0e97f commit 8239cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/web-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: dotnet publish ./BlazorBootstrap.Demo.Server/BlazorBootstrap.Demo.Server.csproj -c Release -o ${{env.DOTNET_ROOT}}/myapp
3333

3434
- name: Upload artifact for deployment job
35-
uses: actions/upload-artifact@v3
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: .net-app
3838
path: ${{env.DOTNET_ROOT}}/myapp

0 commit comments

Comments
 (0)
Please sign in to comment.