From b71a366a99fb0ea9c3a058042bf36e8075312975 Mon Sep 17 00:00:00 2001 From: Joshua Li Date: Tue, 30 Jul 2024 12:45:40 -0700 Subject: [PATCH] all-repos: update actions/upload-artifact to v4 Committed via https://github.com/asottile/all-repos --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b11ddcfa..bc66dbef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -198,7 +198,7 @@ jobs: run: du -sh lib/* - name: Archive binary - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: binaries-${{ github.sha }} path: | @@ -241,7 +241,7 @@ jobs: - run: yarn pack - name: Archive artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ github.sha }} path: |