We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0f6ec commit b549e20Copy full SHA for b549e20
.github/workflows/publish_alpha.yml
@@ -39,14 +39,11 @@ jobs:
39
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
41
- name: Download last SHA artifact
42
- uses: actions/download-artifact@v4
43
- if: steps.list_runs.outputs.last_run_id != ''
+ uses: dawidd6/action-download-artifact@v3
44
with:
+ workflow: publish_alpha.yml
45
name: last-sha
46
path: .
47
- github-token: ${{ secrets.GITHUB_TOKEN }}
48
- run-id: ${{ steps.list_runs.outputs.last_run_id }}
49
- repository: ${{ github.repository }}
50
continue-on-error: true
51
52
- name: Handle Missing SHA File
0 commit comments