File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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
@@ -147,7 +147,7 @@ jobs:
147147 needs : build
148148 steps :
149149 - name : " Download build artifact"
150- uses : actions/download-artifact@v5
150+ uses : actions/download-artifact@v6
151151 with :
152152 name : " build-artifact"
153153 path : skautis-integration
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