Skip to content

Commit d78f952

Browse files
Merge pull request #27 from IowaComputerGurus/dependabot/github_actions/azure/webapps-deploy-3
Bump azure/webapps-deploy from 2 to 3
2 parents 1cbbc97 + 2b4cc6d commit d78f952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/download-artifact@v4
6262

6363
- name: 'Deploy APP to Prod Server'
64-
uses: azure/webapps-deploy@v2
64+
uses: azure/webapps-deploy@v3
6565
with:
6666
app-name: "githubcostvisualizer"
6767
publish-profile: ${{ secrets.PROD_PROFILE }}

0 commit comments

Comments
 (0)