Skip to content

Commit 9cbf7e1

Browse files
committed
Update
[ghstack-poisoned]
1 parent ebca652 commit 9cbf7e1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/runtime_commit_artifacts.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)