File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8383 with :
8484 bun-version : latest
8585 - name : Download node_modules artifact
86- uses : actions/download-artifact@v4
86+ uses : actions/download-artifact@v5
8787 with :
8888 name : node-modules-${{ runner.os }}-${{ hashFiles('bun.lock') }}
8989 path : node_modules
@@ -103,7 +103,7 @@ jobs:
103103 with :
104104 bun-version : latest
105105 - name : Download node_modules artifact
106- uses : actions/download-artifact@v4
106+ uses : actions/download-artifact@v5
107107 with :
108108 name : node-modules-${{ runner.os }}-${{ hashFiles('bun.lock') }}
109109 path : node_modules
@@ -123,7 +123,7 @@ jobs:
123123 with :
124124 bun-version : latest
125125 - name : Download node_modules artifact
126- uses : actions/download-artifact@v4
126+ uses : actions/download-artifact@v5
127127 with :
128128 name : node-modules-${{ runner.os }}-${{ hashFiles('bun.lock') }}
129129 path : node_modules
@@ -152,7 +152,7 @@ jobs:
152152 with :
153153 bun-version : latest
154154 - name : Download node_modules artifact
155- uses : actions/download-artifact@v4
155+ uses : actions/download-artifact@v5
156156 with :
157157 name : node-modules-${{ runner.os }}-${{ hashFiles('bun.lock') }}
158158 path : node_modules
You can’t perform that action at this time.
0 commit comments