File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,12 +68,12 @@ jobs:
6868 7z a docs-assets.zip assets/
6969
7070 - name : Upload docs.json
71- uses : actions/upload-artifact@v4
71+ uses : actions/upload-artifact@v6
7272 with :
7373 name : docs.json
7474 path : docs.json
7575 - name : Upload docs-assets
76- uses : actions/upload-artifact@v4
76+ uses : actions/upload-artifact@v6
7777 with :
7878 name : docs-assets
7979 path : docs-assets.zip
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105 tar cJf $directory.tar.xz $directory
106106 fi
107107
108- - uses : actions/upload-artifact@v4
108+ - uses : actions/upload-artifact@v6
109109 with :
110110 name : hayagriva-${{ matrix.target }}
111111 path : " hayagriva-${{ matrix.target }}.*"
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 tar cJf $directory.tar.xz $directory
115115 fi
116116
117- - uses : actions/upload-artifact@v4
117+ - uses : actions/upload-artifact@v6
118118 with :
119119 name : typst-package-check-${{ matrix.target }}
120120 path : " typst-package-check-${{ matrix.target }}.*"
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123123 tar cJf $directory.tar.xz $directory
124124 fi
125125
126- - uses : actions/upload-artifact@v4
126+ - uses : actions/upload-artifact@v6
127127 with :
128128 name : packages-bundler-${{ matrix.target }}
129129 path : " packages-bundler-${{ matrix.target }}.*"
Original file line number Diff line number Diff line change 9696 tar cJf $directory.tar.xz $directory
9797 fi
9898
99- - uses : actions/upload-artifact@v4
99+ - uses : actions/upload-artifact@v6
100100 with :
101101 name : typst-${{ matrix.target }}
102102 path : " typst-${{ matrix.target }}.*"
You can’t perform that action at this time.
0 commit comments