Skip to content

Commit

Permalink
avoid artifact name collisions
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Jul 3, 2024
1 parent 96be1ef commit 93958b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_compatibility_ilastik.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: python scripts/check_compatibility_ilastik.py ${{ matrix.v }} all_versions.json generated-reports
- uses: actions/upload-artifact@v4
with:
name: generated-reports
name: generated-reports-${{ matrix.v }}
path: generated-reports

upload-reports:
Expand All @@ -81,7 +81,7 @@ jobs:
- run: pip install .
- uses: actions/download-artifact@v4
with:
name: generated-reports
merge-multiple: true
path: generated-reports
- run: python scripts/upload_reports.py generated-reports

0 comments on commit 93958b5

Please sign in to comment.