From 0023cff8716a2672467fd5cabfc7e7f3e12f669d Mon Sep 17 00:00:00 2001 From: Lauren Tan Date: Fri, 26 Jul 2024 11:55:30 -0400 Subject: [PATCH] [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 --- .github/workflows/runtime_commit_artifacts.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/runtime_commit_artifacts.yml b/.github/workflows/runtime_commit_artifacts.yml index 410cc3000c..511327fc3d 100644 --- a/.github/workflows/runtime_commit_artifacts.yml +++ b/.github/workflows/runtime_commit_artifacts.yml @@ -142,11 +142,11 @@ jobs: echo "current_version_classic=$VERSION_CLASSIC" >> "$GITHUB_OUTPUT" echo "current_version_modern=$VERSION_MODERN" >> "$GITHUB_OUTPUT" echo "current_version_rn=$VERSION_NATIVE_FB" >> "$GITHUB_OUTPUT" - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: compiled path: compiled/ - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: compiled-rn path: compiled-rn/ @@ -161,7 +161,7 @@ jobs: ref: builds/facebook-www - name: Ensure clean directory run: rm -rf compiled - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: compiled path: compiled/ @@ -244,7 +244,7 @@ jobs: ref: builds/facebook-fbsource - name: Ensure clean directory run: rm -rf compiled-rn - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: compiled-rn path: compiled-rn/ @@ -293,7 +293,7 @@ jobs: git add . - name: Signing files if: steps.check_should_commit.outputs.should_commit == 'true' - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | // TODO: Move this to a script file.