Commit 087fce0 1 parent ec18130 commit 087fce0 Copy full SHA for 087fce0
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
- name : Checkout
103
103
uses : actions/checkout@v4.2.2
104
104
- name : Download Action Assets
105
- uses : actions/download-artifact@v4.1.8
105
+ uses : actions/download-artifact@v4.1.9
106
106
with :
107
107
name : dist
108
108
path : dist
@@ -134,7 +134,7 @@ jobs:
134
134
node-version : ${{ vars.NODE_VERSION }}
135
135
136
136
- name : Download Current Action Assets
137
- uses : actions/download-artifact@v4.1.8
137
+ uses : actions/download-artifact@v4.1.9
138
138
with :
139
139
name : dist
140
140
path : current
@@ -195,7 +195,7 @@ jobs:
195
195
git restore --source=origin/${{ github.ref_name }} -- .github/workflows/release.yml
196
196
197
197
- name : Download Build Assets
198
- uses : actions/download-artifact@v4.1.8
198
+ uses : actions/download-artifact@v4.1.9
199
199
with :
200
200
name : dist
201
201
path : dist
You can’t perform that action at this time.
0 commit comments