Skip to content

Commit

Permalink
Wrong action version bumped
Browse files Browse the repository at this point in the history
`actions/{upload|download}-artifact` has bumped to `v4`

but `azure/webapps-deploy` needs to stay `v2`
  • Loading branch information
anchit-chandran authored Feb 20, 2025
1 parent 3b985a1 commit 0913763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/live_rcpch-census-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
path: .

- name: 'Deploy to Azure Web App'
uses: azure/webapps-deploy@v4
uses: azure/webapps-deploy@v2
id: deploy-to-webapp
with:
app-name: 'rcpch-census-engine'
Expand Down

0 comments on commit 0913763

Please sign in to comment.