Skip to content

Commit

Permalink
updated CI actions to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Sep 28, 2023
1 parent 1eec2a6 commit 8cfd249
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 26 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo "source /opt/intel/oneapi/setvars.sh" >> ~/.bash_profile
- name: checkout-bacio
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: NOAA-EMC/NCEPLIBS-bacio
path: bacio
Expand All @@ -55,15 +55,15 @@ jobs:
make install
- name: checkout-bufr
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: NOAA-EMC/NCEPLIBS-bufr
path: bufr
ref: bufr_v12.0.0

- name: cache-bufr
id: cache-bufr
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/bufr
key: bufr-intel-${{ matrix.compilers }}-${{ runner.os }}-v12.0.0
Expand All @@ -78,7 +78,7 @@ jobs:
make install
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: w3emc

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/Linux_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
steps:

- name: checkout-bacio
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: NOAA-EMC/NCEPLIBS-bacio
path: bacio
ref: v2.6.0

- name: cache-bacio
id: cache-bacio
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/bacio
key: bacio-Linux_options_${{ runner.os }}-v2.5.0-${{ matrix.options }}
Expand All @@ -54,15 +54,15 @@ jobs:
make install
- name: checkout-bufr
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: NOAA-EMC/NCEPLIBS-bufr
path: bufr
ref: bufr_v12.0.0

- name: cache-bufr
id: cache-bufr
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/bufr
key: bufr-Linux_options_${{ runner.os }}-v12.0.0-${{ matrix.options }}
Expand All @@ -83,7 +83,7 @@ jobs:
make install
- name: checkout-w3emc
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: w3emc

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/Linux_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
steps:

- name: checkout-bacio
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: NOAA-EMC/NCEPLIBS-bacio
path: bacio
ref: v${{ matrix.bacio-version }}

- name: cache-bacio
id: cache-bacio
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/bacio
key: bacio-${{ runner.os }}-v${{ matrix.bacio-version }}
Expand All @@ -49,15 +49,15 @@ jobs:
make install
- name: checkout-bufr
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: NOAA-EMC/NCEPLIBS-bufr
path: bufr
ref: v12.0.1

- name: cache-bufr
id: cache-bufr
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/bufr
key: bufr-Linux_options_${{ runner.os }}-v12.0.1
Expand All @@ -72,7 +72,7 @@ jobs:
make install
- name: checkout-w3emc
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: w3emc

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/MacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:

steps:
- name: checkout-bacio
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: NOAA-EMC/NCEPLIBS-bacio
path: bacio
ref: v${{ matrix.bacio-version }}

- name: cache-bacio
id: cache-bacio
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/bacio
key: bacio-${{ runner.os }}-v${{ matrix.bacio-version }}-${{ matrix.compiler }}
Expand All @@ -47,15 +47,15 @@ jobs:
make install
- name: checkout-bufr
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: NOAA-EMC/NCEPLIBS-bufr
path: bufr
ref: bufr_v11.7.1

- name: cache-bufr
id: cache-bufr
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/bufr
key: bufr-Linux_options_${{ runner.os }}-v11.7.1
Expand All @@ -70,7 +70,7 @@ jobs:
make install
- name: checkout-w3emc
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: w3emc

Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/developer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python3 -m pip install gcovr
- name: checkout-bacio
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: NOAA-EMC/NCEPLIBS-bacio
path: bacio
Expand All @@ -43,15 +43,15 @@ jobs:
make install
- name: checkout-bufr
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: NOAA-EMC/NCEPLIBS-bufr
path: bufr
ref: bufr_v11.7.1

- name: cache-bufr
id: cache-bufr
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/bufr
key: bufr-Linux_options_${{ runner.os }}-v11.7.1
Expand All @@ -66,7 +66,7 @@ jobs:
make install
- name: checkout-w3emc
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: w3emc

Expand All @@ -93,15 +93,15 @@ jobs:
cd w3emc/build
gcovr --root .. -v --html-details --exclude ../tests --exclude CMakeFiles --print-summary -o test-coverage.html &> /dev/null
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: w3emc-test-coverage
path: |
w3emc/build/*.html
w3emc/build/*.css
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: docs
path: |
bufr/build/docs/html
w3emc/build/docs/html

0 comments on commit 8cfd249

Please sign in to comment.