File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -142,11 +142,11 @@ jobs:
142142 echo "current_version_classic=$VERSION_CLASSIC" >> "$GITHUB_OUTPUT"
143143 echo "current_version_modern=$VERSION_MODERN" >> "$GITHUB_OUTPUT"
144144 echo "current_version_rn=$VERSION_NATIVE_FB" >> "$GITHUB_OUTPUT"
145- - uses : actions/upload-artifact@v3
145+ - uses : actions/upload-artifact@v4
146146 with :
147147 name : compiled
148148 path : compiled/
149- - uses : actions/upload-artifact@v3
149+ - uses : actions/upload-artifact@v4
150150 with :
151151 name : compiled-rn
152152 path : compiled-rn/
@@ -161,7 +161,7 @@ jobs:
161161 ref : builds/facebook-www
162162 - name : Ensure clean directory
163163 run : rm -rf compiled
164- - uses : actions/download-artifact@v3
164+ - uses : actions/download-artifact@v4
165165 with :
166166 name : compiled
167167 path : compiled/
@@ -244,7 +244,7 @@ jobs:
244244 ref : builds/facebook-fbsource
245245 - name : Ensure clean directory
246246 run : rm -rf compiled-rn
247- - uses : actions/download-artifact@v3
247+ - uses : actions/download-artifact@v4
248248 with :
249249 name : compiled-rn
250250 path : compiled-rn/
@@ -293,7 +293,7 @@ jobs:
293293 git add .
294294 - name : Signing files
295295 if : steps.check_should_commit.outputs.should_commit == 'true'
296- uses : actions/github-script@v6
296+ uses : actions/github-script@v7
297297 with :
298298 script : |
299299 // TODO: Move this to a script file.
You can’t perform that action at this time.
0 commit comments