Skip to content

Commit

Permalink
Merge pull request #132 from DFE-Digital/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
RogerHowellDfE authored Jan 2, 2024
2 parents acc112d + 90f047b commit b4f7681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure-webapps-dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,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
with:
name: ${{ env.APP_NAME }}
path: ${{env.DOTNET_ROOT}}/myapp
Expand Down

0 comments on commit b4f7681

Please sign in to comment.