Skip to content

Commit 381bdf9

Browse files
committed
fix: update artifact download step to use artifact ID instead of name
1 parent 0f02533 commit 381bdf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Download build artifact
4747
uses: actions/download-artifact@v4
4848
with:
49-
name: ${{ needs.build-plugin.outputs.artifact_name }}
49+
artifact-ids: ${{ needs.build-plugin.outputs.artifact_id }}
5050
path: ./build
5151

5252
- name: Copy built plugin to source directory

0 commit comments

Comments
 (0)