Skip to content

Commit

Permalink
Download Actions from V2 to V3
Browse files Browse the repository at this point in the history
  • Loading branch information
AvocadoMoon committed Sep 11, 2024
1 parent 9d6dd21 commit a655e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/site_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a655e11

Please sign in to comment.