Skip to content

Commit

Permalink
actions/download-artifact@v4 is flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
snapdgn committed Jun 13, 2024
1 parent db14669 commit 1d80586
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/check-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ jobs:
repository: ThinkOpenly/sail-riscv

- name: Download Sail artifact
uses: actions/download-artifact@v4
id: download-artifact
uses: dawidd6/action-download-artifact@v6
with:
run-id: ${{ github.event.workflow_run.id }}
github-token: $ {{ secrets.GITHUB_TOKEN }}
#run-id: ${{ github.event.workflow_run.id }}
workflow: build.yml
github_token: $ {{ secrets.GITHUB_TOKEN }}

- name: Make Sail executable
run: |
Expand Down

0 comments on commit 1d80586

Please sign in to comment.