Skip to content

Commit

Permalink
tech: update download-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaniq committed Feb 1, 2025
1 parent 1e6879b commit a67ad3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_mkrecord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ jobs:

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

- name: Unzip artifact for deployment
run: unzip release.zip

- name: Login to Azure
uses: Azure/login@v2.2.0
uses: Azure/login@v2
with:
tenant-id: ${{ secrets.BLG_AZURE_TENANT_ID }}
client-id: ${{ secrets.MKRECORD_AZURE_REG_APP_ID }}
Expand Down

0 comments on commit a67ad3f

Please sign in to comment.