Skip to content

Commit b490228

Browse files
committed
Use actions/download-artifact
1 parent 69a1bca commit b490228

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/qns-comment.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@ jobs:
2121
github.event.workflow_run.event == 'pull_request'
2222
steps:
2323
- name: Download comment-data
24-
uses: dawidd6/action-download-artifact@v2.11.0
24+
uses: actions/download-artifact@v4
2525
with:
26-
github_token: ${{ secrets.GITHUB_TOKEN }}
27-
workflow: main.yml
2826
run_id: ${{ github.event.workflow_run.id }}
2927
name: comment-data
3028

0 commit comments

Comments
 (0)