diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index 22988f2..49cc5c2 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -35,7 +35,7 @@ jobs: package: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }} publish-profile: ${{ env.AZURE_WEBAPP_PUBLISH_PROFILE }} - name: Publish Artifacts - uses: actions/upload-artifact@v7.0.0 + uses: actions/upload-artifact@v7.0.1 with: name: webapp path: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}