Compare commits

...

2 Commits

Author SHA1 Message Date
2a035510c9 Merge branch 'main' into pierremtb/issue1217 2023-12-15 07:14:20 -05:00
248715bb11 Fix download-artifact after v3 bump
Fixes #1217
2023-12-15 07:13:22 -05:00

View File

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