Skip to content

Commit

Permalink
Update deploy-azure-naming-tool-to-azure-webapps-dotnet-core.yml
Browse files Browse the repository at this point in the history
- Updated action versions
  • Loading branch information
BryanSoltis authored Nov 19, 2024
1 parent 9f83fc1 commit c65f6b9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.3
with:
name: .net-app
path: ${{env.DOTNET_ROOT}}/myapp
Expand All @@ -100,7 +100,7 @@ jobs:

steps:
- name: Download artifact from build job
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: .net-app

Expand Down

0 comments on commit c65f6b9

Please sign in to comment.