Skip to content

Commit

Permalink
Merge branch 'master' of github.com:OstapHEP/ostap
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Oct 15, 2024
2 parents ec35742 + 0101e05 commit 3483b83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
docker cp ostap-build:/osya/ostap/build .
- name: Archive production artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: test
name: my-artifacts-${{ strategy.job-index }}
path: build/Testing

2 changes: 1 addition & 1 deletion scripts/ostap-check-dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ except ImportError : # ========================================================
try : # =======================================================================
# =========================================================================
import ROOT
row = 'ROOT', ROOT.__version__ , ROOT.__file__
row = 'ROOT', ROOT.gROOT.GetVersion() , ROOT.__file__
rows.append ( row )
# =========================================================================
except ImportError : # ========================================================
Expand Down

0 comments on commit 3483b83

Please sign in to comment.