@samitouri / QOS-React / commits / 0023cff871

[ci] Update runtime_commit_artifacts step versions

These were outdated and emitting warnings ghstack-source-id: 2e22c292532affd0fd9dc3d32c675ff142e7029e Pull Request resolved: https://github.com/facebook/react/pull/30479

Lauren Tan committed Jul 26, 2024 at 11:55 UTC 0023cff8716a2672467fd5cabfc7e7f3e12f669d
1 file changed +5 -5
.github/workflows/runtime_commit_artifacts.yml
+5 -5
@@ -142,11 +142,11 @@ jobs:
142 echo "current_version_classic=$VERSION_CLASSIC" >> "$GITHUB_OUTPUT"
143 echo "current_version_modern=$VERSION_MODERN" >> "$GITHUB_OUTPUT"
144 echo "current_version_rn=$VERSION_NATIVE_FB" >> "$GITHUB_OUTPUT"
145 - - uses: actions/upload-artifact@v3
145 + - uses: actions/upload-artifact@v4
146 with:
147 name: compiled
148 path: compiled/
149 - - uses: actions/upload-artifact@v3
149 + - uses: actions/upload-artifact@v4
150 with:
151 name: compiled-rn
152 path: compiled-rn/
@@ -161,7 +161,7 @@ jobs:
161 ref: builds/facebook-www
162 - name: Ensure clean directory
163 run: rm -rf compiled
164 - - uses: actions/download-artifact@v3
164 + - uses: actions/download-artifact@v4
165 with:
166 name: compiled
167 path: compiled/
@@ -244,7 +244,7 @@ jobs:
244 ref: builds/facebook-fbsource
245 - name: Ensure clean directory
246 run: rm -rf compiled-rn
247 - - uses: actions/download-artifact@v3
247 + - uses: actions/download-artifact@v4
248 with:
249 name: compiled-rn
250 path: compiled-rn/
@@ -293,7 +293,7 @@ jobs:
293 git add .
294 - name: Signing files
295 if: steps.check_should_commit.outputs.should_commit == 'true'
296 - uses: actions/github-script@v6
296 + uses: actions/github-script@v7
297 with:
298 script: |
299 // TODO: Move this to a script file.