From cc03be75eec46771770be559267960bc0aa61f95 Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Thu, 5 Sep 2024 13:53:47 -0700 Subject: [PATCH] Use actions/upload-artifact v4 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bca63ee..67e618d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: # Assemble release artifats appropriate for this platform, then upload them # unconditionally to this workflow's files so we have a copy of them. - run: ./ci/build-tarballs.sh "${{ matrix.build }}" "${{ matrix.target }}" - - uses: actions/upload-artifact@v1 + - uses: actions/upload-artifact@v4 with: name: bins-${{ matrix.build }} path: dist