File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ jobs:
23
23
runs-on : ubuntu-22.04
24
24
steps :
25
25
- name : download dist artifact
26
- uses : dawidd6/action-download-artifact@v9
26
+ uses : dawidd6/action-download-artifact@v10
27
27
with :
28
28
workflow : ${{ github.event.workflow_run.workflow_id }}
29
29
name : plugin-registry-content
30
30
path : content
31
31
- name : PR number
32
- uses : dawidd6/action-download-artifact@v9
32
+ uses : dawidd6/action-download-artifact@v10
33
33
with :
34
34
workflow : ${{ github.event.workflow_run.workflow_id }}
35
35
name : pull-request-number
42
42
fi
43
43
echo "PR_NUMBER=$pr_number" >> $GITHUB_ENV
44
44
- name : PR sha
45
- uses : dawidd6/action-download-artifact@v9
45
+ uses : dawidd6/action-download-artifact@v10
46
46
with :
47
47
workflow : ${{ github.event.workflow_run.workflow_id }}
48
48
name : pull-request-sha
You can’t perform that action at this time.
0 commit comments