Skip to content

Commit b549e20

Browse files
authored
Fix. Not able to download last log
1 parent 8a0f6ec commit b549e20

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/publish_alpha.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,11 @@ jobs:
3939
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040

4141
- name: Download last SHA artifact
42-
uses: actions/download-artifact@v4
43-
if: steps.list_runs.outputs.last_run_id != ''
42+
uses: dawidd6/action-download-artifact@v3
4443
with:
44+
workflow: publish_alpha.yml
4545
name: last-sha
4646
path: .
47-
github-token: ${{ secrets.GITHUB_TOKEN }}
48-
run-id: ${{ steps.list_runs.outputs.last_run_id }}
49-
repository: ${{ github.repository }}
5047
continue-on-error: true
5148

5249
- name: Handle Missing SHA File

0 commit comments

Comments
 (0)