Skip to content

Commit

Permalink
ci: increase artifact retention time (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks authored Mar 11, 2024
1 parent 5dfe638 commit 98f199b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: build.coatjava
retention-days: 1
retention-days: 3
path: ./*.tar.zst

build_gemc:
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: build.gemc
retention-days: 1
retention-days: 3
path: ./*.tar.zst

# clas12-config configuration
Expand Down Expand Up @@ -375,7 +375,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: build.config
retention-days: 1
retention-days: 3
path: ./*.tar.zst

# event generation
Expand Down Expand Up @@ -430,7 +430,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: evgen.${{ matrix.evgen }}
retention-days: 1
retention-days: 3
path: evgen.${{ matrix.evgen }}.dat

# simulation, reconstruction, and analysis: combined to one step to avoid large artifact I/O overhead
Expand Down

0 comments on commit 98f199b

Please sign in to comment.