Skip to content

Commit

Permalink
Update master_itin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb authored Oct 8, 2024
1 parent dbc25c6 commit ed82016
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/master_itin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: composer validate --no-check-publish && composer install --prefer-dist --no-progress

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: php-app
path: .
Expand All @@ -46,12 +46,12 @@ jobs:

steps:
- name: Download artifact from build job
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: php-app

- name: 'Deploy to Azure Web App'
uses: azure/webapps-deploy@v2
uses: azure/webapps-deploy@v3
id: deploy-to-webapp
with:
app-name: 'itin'
Expand Down

0 comments on commit ed82016

Please sign in to comment.