Skip to content

Commit

Permalink
update deprecated action package (#61)
Browse files Browse the repository at this point in the history
* update deprecated action package

* Update build.yml
  • Loading branch information
babakamyljanovssw authored Sep 11, 2024
1 parent 3a51e87 commit e788e91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
deploymentMode: Validate

- name: Upload a Build Artifact
uses: actions/upload-artifact@v2.2.1
uses: actions/upload-artifact@v4
with:
name: arm-template
path: Azure/arm-template.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
--output ../deploy
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2.2.1
uses: actions/upload-artifact@v4
with:
name: functionsapp
path: deploy
Expand Down

0 comments on commit e788e91

Please sign in to comment.