Skip to content

Commit

Permalink
Update master_pricehawk.yml
Browse files Browse the repository at this point in the history
Reverting to upload artifact v3 because of known issue with v4 actions/upload-artifact#485
  • Loading branch information
CalebBertrand authored Aug 30, 2024
1 parent c674e1c commit be31b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master_pricehawk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
popd
- name: Upload artifact for deployment job
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: node-app
path: .
Expand All @@ -60,4 +60,4 @@ jobs:
app-name: 'PriceHawk'
slot-name: 'Production'
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_ED0209F676464B2DBD99455D2DFE14EF }}
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_ED0209F676464B2DBD99455D2DFE14EF }}

0 comments on commit be31b29

Please sign in to comment.