Skip to content

Commit

Permalink
Merge pull request #182 from mark-szabo/v2.5
Browse files Browse the repository at this point in the history
v2.5 Update GitHub Actions to use download-artifact@v4
  • Loading branch information
mark-szabo authored Feb 2, 2025
2 parents ee1fcbc + e62968e commit fc60e94
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 @@ -54,7 +54,7 @@ jobs:
needs: build
steps:
- name: Download artifact from build job
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: webapp
path: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}
Expand Down

0 comments on commit fc60e94

Please sign in to comment.