From a655e11857b11fa8fcc22e860aaeaf858329d3e3 Mon Sep 17 00:00:00 2001 From: Ezequiel Valencia Date: Wed, 11 Sep 2024 11:31:47 -0400 Subject: [PATCH] Download Actions from V2 to V3 --- .github/workflows/site_deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/site_deploy.yml b/.github/workflows/site_deploy.yml index cab7c38de7..d4d3610c95 100644 --- a/.github/workflows/site_deploy.yml +++ b/.github/workflows/site_deploy.yml @@ -108,7 +108,7 @@ jobs: steps: - name: download generated installers if: ${{ github.event.inputs.server_only != 'true' }} - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 - name: notarize mac installer if: ${{ github.event.inputs.server_only != 'true' }} run: | @@ -162,7 +162,7 @@ jobs: with: ref: ${{ github.event.inputs.vcell_version }}.${{ github.event.inputs.vcell_build }} - name: retrieve installers and variables - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 - name: setenv run: | for line in $(cat variables/variables); do echo $line >> $GITHUB_ENV; done