File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 # path: build/installers/figma-linux_*.*
3333 - name : Cache amd64 artifacts
3434 id : cache-amd64-artifacts
35- uses : actions/upload-artifact@v3
35+ uses : actions/upload-artifact@v4
3636 with :
3737 name : amd64
3838 path : |
3939 ./release_notes
40- build/installers/*
40+ build/installers/*
Original file line number Diff line number Diff line change 3737 # path: build/installers/figma-linux_*.*
3838 - name : Cache arm64v8 artifacts
3939 id : cache-arm64v8-artifacts
40- uses : actions/upload-artifact@v3
40+ uses : actions/upload-artifact@v4
4141 with :
4242 name : arm64
43- path : build/installers/*
43+ path : build/installers/*
Original file line number Diff line number Diff line change 1313 fetch-depth : 0
1414
1515 - name : Cache src
16- uses : actions/upload-artifact@v3
16+ uses : actions/upload-artifact@v4
1717 with :
1818 name : repo
1919 path : ./*
Original file line number Diff line number Diff line change 1515
1616 - name : Cache src
1717 id : cache-src
18- uses : actions/upload-artifact@v3
18+ uses : actions/upload-artifact@v4
1919 with :
2020 name : repo
2121 path : ./*
4646
4747 - name : Cache amd64 artifacts
4848 id : cache-amd64-artifacts
49- uses : actions/upload-artifact@v3
49+ uses : actions/upload-artifact@v4
5050 with :
5151 name : amd64
5252 path : build/installers/*
Original file line number Diff line number Diff line change 1515
1616 - name : Cache src
1717 id : cache-src
18- uses : actions/upload-artifact@v3
18+ uses : actions/upload-artifact@v4
1919 with :
2020 name : repo
2121 path : ./*
5151
5252 - name : Cache arm64v8 artifacts
5353 id : cache-arm64v8-artifacts
54- uses : actions/upload-artifact@v3
54+ uses : actions/upload-artifact@v4
5555 with :
5656 name : arm64v8
5757 path : build/installers/*
@@ -115,7 +115,7 @@ jobs:
115115
116116 - name : Cache amd64 artifacts
117117 id : cache-amd64-artifacts
118- uses : actions/upload-artifact@v3
118+ uses : actions/upload-artifact@v4
119119 with :
120120 name : amd64
121121 path : build/installers/*
You can’t perform that action at this time.
0 commit comments