Skip to content

Commit

Permalink
Merge pull request #181 from mark-szabo/v2.5
Browse files Browse the repository at this point in the history
v2.5 Update GitHub Actions to use upload-artifact@v4
  • Loading branch information
mark-szabo authored Feb 2, 2025
2 parents 56f39ad + da81ebe commit ee1fcbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mimosonk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Publish
run: dotnet publish "${{ env.WORKING_DIRECTORY }}" --configuration ${{ env.CONFIGURATION }} --no-build --output "${{ env.AZURE_WEBAPP_PACKAGE_PATH }}"
- name: Publish Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: webapp
path: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}
Expand Down

0 comments on commit ee1fcbc

Please sign in to comment.