Skip to content

Commit

Permalink
[CI] v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaypanyala committed May 25, 2024
1 parent 1b2d13f commit dcd5096
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/c-cpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
CC: ${{ matrix.cc }}
FC: ${{ matrix.fc }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.x'
Expand All @@ -88,7 +88,7 @@ jobs:
- name: Cache install steps (backend = ga)
if: ${{ matrix.backend == 'ga' }}
id: tamm-cache-install
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/tamm_cache
Expand All @@ -97,7 +97,7 @@ jobs:
- name: Cache install steps (backend = upcxx)
if: ${{ matrix.backend == 'upcxx' }}
id: tamm-upcxx-cache-install
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/tamm_cache
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
cd $GITHUB_WORKSPACE/build
gcovr --root ./stage/$INSTALL_PATH . --xml ../coverage.xml
ls -al .
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml

0 comments on commit dcd5096

Please sign in to comment.