Skip to content

Commit a6c153d

Browse files
committed
ci: fix cd workflow
1 parent af69c12 commit a6c153d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cd.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555

5656
permissions:
5757
contents: write
58+
actions: read
5859

5960
env:
6061
RELEASE_VERSION: ${{ needs.fetch-version.outputs.release_version }}
@@ -71,12 +72,13 @@ jobs:
7172
node-version: "22.18.0"
7273

7374
- name: ⬇️ Download build artifact
74-
uses: dawidd6/action-download-artifact@v3
75+
uses: dawidd6/action-download-artifact@v11
7576
with:
7677
workflow: ci.yaml
7778
name: blog-${{ github.event.workflow_run.head_sha }}
7879
path: dist
7980
github_token: ${{ secrets.GITHUB_TOKEN }}
81+
run_id: ${{ github.event.workflow_run.id }}
8082

8183
- name: 📦 Create archive
8284
run: |

0 commit comments

Comments
 (0)