Skip to content

Commit

Permalink
tech: update upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaniq committed Feb 1, 2025
1 parent 502dcdc commit 1e6879b
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 @@ -30,7 +30,7 @@ jobs:
run: zip release.zip ./* -r

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: node-app
path: release.zip
Expand Down Expand Up @@ -64,5 +64,5 @@ jobs:
id: deploy-to-webapp
uses: azure/webapps-deploy@v2
with:
app-name: "mkrecord"
app-name: 'mkrecord'
package: .

0 comments on commit 1e6879b

Please sign in to comment.