Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Donwload occurrence data
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: occurrence_data
- name: Make the figure
Expand All @@ -59,12 +59,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Download occurrence data
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: occurrence_data
path: dist
- name: Download map
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: map
path: dist
Expand Down