File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed 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@v6
86+ uses : actions/download-artifact@v7
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@v6
106+ uses : actions/download-artifact@v7
107107 with :
108108 name : node-modules-${{ runner.os }}-${{ hashFiles('bun.lock') }}
109109 path : node_modules
@@ -125,7 +125,7 @@ jobs:
125125 with :
126126 bun-version : latest
127127 - name : Download node_modules artifact
128- uses : actions/download-artifact@v6
128+ uses : actions/download-artifact@v7
129129 with :
130130 name : node-modules-${{ runner.os }}-${{ hashFiles('bun.lock') }}
131131 path : node_modules
You can’t perform that action at this time.
0 commit comments