From 0b194358232b29126b1e68611ca077436bc5b037 Mon Sep 17 00:00:00 2001 From: Marty Tippin <120425148+tippmar-nr@users.noreply.github.com> Date: Wed, 13 Dec 2023 15:23:26 -0600 Subject: [PATCH] more updates --- .github/workflows/all_solutions.yml | 1 - .github/workflows/publish_release_notes.yml | 35 +++------------------ 2 files changed, 5 insertions(+), 31 deletions(-) diff --git a/.github/workflows/all_solutions.yml b/.github/workflows/all_solutions.yml index 6cfd69d37e..e807dd2852 100644 --- a/.github/workflows/all_solutions.yml +++ b/.github/workflows/all_solutions.yml @@ -776,7 +776,6 @@ jobs: name: deploy-artifacts path: | ${{ github.workspace }}\build\BuildArtifacts - ${{ github.workspace }}\deploy if-no-files-found: error # This job is necessary in order for us to have a branch protection rule for tests with a matrix diff --git a/.github/workflows/publish_release_notes.yml b/.github/workflows/publish_release_notes.yml index c0414d1491..934d4faa8b 100644 --- a/.github/workflows/publish_release_notes.yml +++ b/.github/workflows/publish_release_notes.yml @@ -30,36 +30,7 @@ env: DOTNET_NOLOGO: true jobs: - - get-external-artifacts: - name: Get and Publish Deploy Artifacts Locally - runs-on: ubuntu-latest - steps: - - name: Harden Runner - uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1 - with: - disable-sudo: true - egress-policy: audit - - - name: Download Deploy Artifacts - uses: dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e # v2.28.0 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - workflow: all_solutions.yml - run_id: ${{ github.event.inputs.run_id }} - name: deploy-artifacts - path: ${{ github.workspace }} - repo: ${{ github.repository }} - - - name: Upload Deploy Artifacts Locally - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 - with: - name: deploy-artifacts - path: ${{ github.workspace }}/build/BuildArtifacts - if-no-files-found: error - publish-release-notes: - needs: get-external-artifacts name: Create and Publish Release Notes runs-on: ubuntu-latest steps: @@ -74,10 +45,14 @@ jobs: fetch-depth: 0 - name: Download Deploy Artifacts - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 + uses: dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e # v2.28.0 with: + github_token: ${{ secrets.GITHUB_TOKEN }} + workflow: all_solutions.yml + run_id: ${{ github.event.inputs.run_id }} name: deploy-artifacts path: ${{ github.workspace }}/artifacts + repo: ${{ github.repository }} - name: Set Docs PR Branch Name run: |