File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132132 npm ci
133133
134134 - name : " Download build artifact"
135- uses : actions/download-artifact@v5
135+ uses : actions/download-artifact@v6
136136 with :
137137 name : " build-artifact"
138138 path : dist
@@ -206,7 +206,7 @@ jobs:
206206 npm ci
207207
208208 - name : " Download build artifact"
209- uses : actions/download-artifact@v5
209+ uses : actions/download-artifact@v6
210210 with :
211211 name : " build-artifact"
212212 path : dist
@@ -231,7 +231,7 @@ jobs:
231231 needs : build
232232 steps :
233233 - name : " Download build artifact"
234- uses : actions/download-artifact@v5
234+ uses : actions/download-artifact@v6
235235 with :
236236 name : " build-artifact"
237237 path : skaut-google-drive-gallery
Original file line number Diff line number Diff line change 7070 version : ${{ env.cache-version }}
7171
7272 - name : " Download artifact"
73- uses : actions/download-artifact@v5
73+ uses : actions/download-artifact@v6
7474 with :
7575 name : " build-artifact"
7676 path : dist
You can’t perform that action at this time.
0 commit comments