Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanSoltis authored Nov 20, 2024
2 parents d952d07 + c65f6b9 commit bda2afd
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 bda2afd

Please sign in to comment.