From 88f393f9ff74a1ca2743c44862d5ade567e17566 Mon Sep 17 00:00:00 2001 From: Jubilee Young Date: Sat, 14 Sep 2024 15:22:01 -0700 Subject: [PATCH] Use fuzzy version for {up,down}load-artifact --- .github/workflows/check-binary-size.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-binary-size.yml b/.github/workflows/check-binary-size.yml index cada5359..cd09ed2f 100644 --- a/.github/workflows/check-binary-size.yml +++ b/.github/workflows/check-binary-size.yml @@ -127,7 +127,7 @@ jobs: { flag: "wx" }, ); - name: Upload size data - uses: actions/upload-artifact@v4.1.7 + uses: actions/upload-artifact@v4 with: name: size-files path: ${{ env.SIZE_DATA_DIR }}/${{ env.SIZE_DATA_FILE }} @@ -143,7 +143,7 @@ jobs: # Clone backtrace to access Github composite actions to report size. - uses: actions/checkout@v4 - name: Download size data - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4 with: name: size-files path: ${{ env.SIZE_DATA_DIR }}