File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7373 path : ~/.cargo/bin
7474 key : ${{ runner.os }}-cargo-bin-${{ hashFiles('.github/workflows/cd.yml') }}
7575 - name : Get shared artifacts
76- uses : actions/download-artifact@v3
76+ uses : actions/download-artifact@v4
7777 with :
7878 name : artifacts
7979 path : artifacts
@@ -187,7 +187,7 @@ jobs:
187187 fetch-depth : 1
188188
189189 - name : Get release artifacts
190- uses : actions/download-artifact@v3
190+ uses : actions/download-artifact@v4
191191 with :
192192 name : artifacts
193193 path : artifacts
@@ -238,7 +238,7 @@ jobs:
238238 fetch-depth : 1
239239
240240 - name : Get release artifacts
241- uses : actions/download-artifact@v3
241+ uses : actions/download-artifact@v4
242242 with :
243243 name : artifacts
244244 path : artifacts
@@ -296,7 +296,7 @@ jobs:
296296 runs-on : ubuntu-latest
297297 steps :
298298 - name : Get release artifacts
299- uses : actions/download-artifact@v3
299+ uses : actions/download-artifact@v4
300300 with :
301301 name : artifacts
302302 path : artifacts
You can’t perform that action at this time.
0 commit comments