File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 56
56
needs : build
57
57
steps :
58
58
- name : Download artifact
59
- uses : actions/download-artifact@v1
59
+ uses : actions/download-artifact@v4.1.7
60
60
with :
61
61
name : build
62
62
path : ${{ secrets.SLUG }}
76
76
needs : pack
77
77
steps :
78
78
- name : Download artifact
79
- uses : actions/download-artifact@v1
79
+ uses : actions/download-artifact@v4.1.7
80
80
with :
81
81
name : ${{ secrets.SLUG }}-dev
82
82
path : .
Original file line number Diff line number Diff line change 60
60
run : |
61
61
echo "::set-output name=package-name::${{ secrets.SLUG }}-${GITHUB_REF#refs/tags/}"
62
62
- name : Download artifact
63
- uses : actions/download-artifact@v1
63
+ uses : actions/download-artifact@v4.1.7
64
64
with :
65
65
name : build
66
66
path : ${{ secrets.SLUG }}
84
84
run : |
85
85
echo "::set-output name=package-name::${{ secrets.SLUG }}-${GITHUB_REF#refs/tags/}"
86
86
- name : Download artifact
87
- uses : actions/download-artifact@v1
87
+ uses : actions/download-artifact@v4.1.7
88
88
with :
89
89
name : ${{ steps.vars.outputs.package-name }}
90
90
path : .
@@ -118,7 +118,7 @@ jobs:
118
118
grep -oPz "(?s)${START}.*?\n\K.*?(?=${END})" readme.txt > changelog.txt
119
119
truncate -s-2 changelog.txt
120
120
- name : Download artifact
121
- uses : actions/download-artifact@v1
121
+ uses : actions/download-artifact@v4.1.7
122
122
with :
123
123
name : ${{ steps.vars.outputs.package-name }}
124
124
path : .
You can’t perform that action at this time.
0 commit comments