diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 0056fa1dc..d0f3d0959 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -88,7 +88,7 @@ jobs: - name: Upload artifact if: inputs.semver != 'none' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ inputs.image-name }} - path: ~/${{ inputs.image-file }} + path: ~/ diff --git a/.github/workflows/build-site-image.yml b/.github/workflows/build-site-image.yml index bdfd2a3cc..c3d8c2b96 100644 --- a/.github/workflows/build-site-image.yml +++ b/.github/workflows/build-site-image.yml @@ -64,7 +64,7 @@ jobs: - name: Upload artifact if: inputs.semver != 'none' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ inputs.image-name }} - path: ~/${{ inputs.image-file }} + path: ~/ diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 62340be03..0e3c44e7f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -350,7 +350,7 @@ jobs: push_images_to_staging: if: needs.release.outputs.version != 'none' needs: [ release ] - name: Push images + name: Push images to Staging runs-on: ubuntu-latest strategy: matrix: @@ -404,7 +404,7 @@ jobs: push_images_to_production: if: needs.release.outputs.version != 'none' needs: [ release ] - name: Push images + name: Push images to Production runs-on: ubuntu-latest strategy: matrix: @@ -458,7 +458,7 @@ jobs: push_images_to_devops: if: needs.release.outputs.version != 'none' needs: [ release ] - name: Push images + name: Push images to DevOps runs-on: ubuntu-latest strategy: matrix: @@ -547,6 +547,8 @@ jobs: echo Status: ${{ steps.awscurl-polling-action.outputs.status }} echo ${{ steps.awscurl-polling-action.outputs.final-message }} + + deploy_staging_new: if: needs.release.outputs.version != 'none' needs: [ push_images_to_devops ] @@ -586,6 +588,7 @@ jobs: echo Status: ${{ steps.awscurl-polling-action.outputs.status }} echo ${{ steps.awscurl-polling-action.outputs.final-message }} + # - name: Publish to NuGet # shell: bash # run: |