Skip to content
Merged
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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
kind:
- atlas
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
Expand All @@ -55,7 +55,7 @@ jobs:
run: cat ${{ matrix.kind }}.json

- name: Upload generated list
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: ${{ matrix.kind }}
path: ${{ matrix.kind }}.json
Expand All @@ -65,14 +65,14 @@ jobs:
needs: list_models
steps:
- name: Set up Git repository
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Setup Pages
id: pages
uses: actions/configure-pages@v5

- name: Download artifacts
uses: actions/download-artifact@v5
uses: actions/download-artifact@v7
with:
path: artifacts/
merge-multiple: true
Expand Down