From cd027acba0d689daea96d93a254f2f700772a318 Mon Sep 17 00:00:00 2001 From: Matiss Janis Aboltins Date: Fri, 2 Feb 2024 20:26:53 +0000 Subject: [PATCH] More upgrades --- .github/workflows/size-compare.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/size-compare.yml b/.github/workflows/size-compare.yml index 2db0cd588b7..eeec796c1a8 100644 --- a/.github/workflows/size-compare.yml +++ b/.github/workflows/size-compare.yml @@ -46,7 +46,7 @@ jobs: echo "Build failed on PR branch or ${{github.base_ref}}" exit 1 - name: Download build artifact from ${{github.base_ref}} - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v3 id: pr-build with: branch: ${{github.base_ref}} @@ -55,7 +55,7 @@ jobs: path: base - name: Download build artifact from PR - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v3 with: pr: ${{github.event.pull_request.number}} workflow: build.yml