Fix download-artifact after v3 bump

Fixes #1217
This commit is contained in:
Pierre Jacquier
2023-12-15 07:13:22 -05:00
parent b01357b49e
commit 248715bb11

View File

@ -129,6 +129,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
if: github.event_name == 'schedule'
- name: Copy updated .json files
if: github.event_name == 'schedule'