1919 runs-on : ubuntu-latest
2020
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v6
2323 - name : 🛠️ Setup Node.js
24- uses : actions/setup-node@v4
24+ uses : actions/setup-node@v6
2525 with :
2626 node-version : " 20"
2727
3737 run : yarn install --immutable
3838
3939 - name : 🚀 Setup local cache server for Turborepo
40- uses : felixmosh/turborepo-gh-artifacts@v3
40+ uses : felixmosh/turborepo-gh-artifacts@v4
4141 with :
4242 repo-token : ${{ secrets.GITHUB_TOKEN }}
4343 server-token : ${{ env.TURBO_TOKEN }}
4949 run : yarn turbo run build
5050
5151 - name : 📤 Upload Artifacts
52- uses : actions/upload-artifact@v4
52+ uses : actions/upload-artifact@v7
5353 with :
5454 name : dist
5555 path : |
6464 if : ${{ github.event_name == 'push' }}
6565
6666 steps :
67- - uses : actions/checkout@v4
67+ - uses : actions/checkout@v6
6868 - name : 🛠️ Setup Node.js
69- uses : actions/setup-node@v4
69+ uses : actions/setup-node@v6
7070 with :
7171 node-version : " 20"
7272
8282 run : yarn install --immutable
8383
8484 - name : 🚀 Setup local cache server for Turborepo
85- uses : felixmosh/turborepo-gh-artifacts@v3
85+ uses : felixmosh/turborepo-gh-artifacts@v4
8686 with :
8787 repo-token : ${{ secrets.GITHUB_TOKEN }}
8888 server-token : ${{ env.TURBO_TOKEN }}
@@ -103,7 +103,7 @@ jobs:
103103 env :
104104 NODE_AUTH_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}
105105 - name : 📤 Upload Artifacts
106- uses : actions/upload-artifact@v4
106+ uses : actions/upload-artifact@v7
107107 with :
108108 name : dist
109109 path : |
@@ -118,11 +118,11 @@ jobs:
118118 if : ${{ github.event_name == 'release' }}
119119
120120 steps :
121- - uses : actions/checkout@v4
121+ - uses : actions/checkout@v6
122122 - name : 📥 Download Artifacts
123123 uses : actions/download-artifact@v4
124124 - name : 🛠️ Use Node.js
125- uses : actions/setup-node@v4
125+ uses : actions/setup-node@v6
126126 with :
127127 node-version : " 20"
128128
@@ -138,7 +138,7 @@ jobs:
138138 run : yarn install --immutable
139139
140140 - name : 🚀 Setup local cache server for Turborepo
141- uses : felixmosh/turborepo-gh-artifacts@v3
141+ uses : felixmosh/turborepo-gh-artifacts@v4
142142 with :
143143 repo-token : ${{ secrets.GITHUB_TOKEN }}
144144 server-token : ${{ env.TURBO_TOKEN }}
@@ -151,7 +151,7 @@ jobs:
151151 NODE_AUTH_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}
152152
153153 - name : 📤 Upload Artifacts
154- uses : actions/upload-artifact@v4
154+ uses : actions/upload-artifact@v7
155155 with :
156156 name : dist
157157 path : |
0 commit comments