Skip to content

Commit

Permalink
Update deploy-frontend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liguori authored Dec 18, 2024
1 parent 6aea719 commit ab86bd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: azure/login@v1
- uses: azure/login@v2
with:
creds: ${{ secrets.AZURE_SERVICE_PRINCIPAL }}

Expand All @@ -28,7 +28,7 @@ jobs:
id: extract_branch

- name: Download Frontend Artifact
uses: dawidd6/action-download-artifact@v2.11.0
uses: dawidd6/action-download-artifact@v6
with:
workflow: build-frontend.yml
name: organizer-frontend
Expand Down

0 comments on commit ab86bd1

Please sign in to comment.