Skip to content

Commit 35b3be2

Browse files
committed
upgrade other non profiling actions
1 parent 0edee9f commit 35b3be2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ jobs:
709709
working-directory: dev-packages/browser-integration-tests
710710
run: yarn test:ci${{ matrix.project && format(' --project={0}', matrix.project) || '' }}${{ matrix.shard && format(' --shard={0}/{1}', matrix.shard, matrix.shards) || '' }}
711711
- name: Upload Playwright Traces
712-
uses: actions/upload-artifact@v3
712+
uses: actions/upload-artifact@v4
713713
if: always()
714714
with:
715715
name: playwright-traces
@@ -774,7 +774,7 @@ jobs:
774774
cd dev-packages/browser-integration-tests
775775
yarn test:loader
776776
- name: Upload Playwright Traces
777-
uses: actions/upload-artifact@v3
777+
uses: actions/upload-artifact@v4
778778
if: always()
779779
with:
780780
name: playwright-traces

0 commit comments

Comments
 (0)