From: Brendan Hansen Date: Sat, 9 Dec 2023 04:47:43 +0000 (-0600) Subject: testing nightly release action X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=46fa7ef79bfbe0ede471ff8c3c79f84059a6d4da;p=onyx.git testing nightly release action --- diff --git a/.github/workflows/nightly-release.yml b/.github/workflows/nightly-release.yml index 2bd9b17b..582db236 100644 --- a/.github/workflows/nightly-release.yml +++ b/.github/workflows/nightly-release.yml @@ -13,10 +13,12 @@ jobs: - name: Checkout Repository uses: actions/checkout@v3 - name: Download Artifacts from Previous Workflow - uses: synergy-au/download-workflow-artifacts-action@v1 + id: download-artifacts + uses: dawidd6/action-download-artifact@v2 with: - auth-token: ${{ secrets.GITHUB_TOKEN }} - workflow-run-id: ${{ github.event.inputs.workflow_id }} + github_token: ${{ secrets.GITHUB_TOKEN }} + run_id: ${{ github.event.inputs.workflow_id }} + path: ./artifacts - name: Move assets to rename them run: |