Skip to content

Commit

Permalink
Merge pull request #1351 from virtualcell/fix-depricated-github-actions
Browse files Browse the repository at this point in the history
Fix depricated GitHub actions
  • Loading branch information
AvocadoMoon authored Sep 11, 2024
2 parents 9d6dd21 + ed152e4 commit c8358e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/NightlyBMDB_CLI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ jobs:

steps:
- name: Gather Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
path: ${{ github.workspace }}/published-results

Expand All @@ -293,7 +293,7 @@ jobs:

steps:
- name: Gather Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
path: ${{ github.workspace }}/bmdb-results

Expand Down
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 c8358e6

Please sign in to comment.