File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 2121 steps :
2222
2323 - name : Checkout Dockerfiles
24- uses : actions/checkout@v3
24+ uses : actions/checkout@v4
2525 with :
2626 repository : esmf-org/esmf-containers
2727 path : esmf-containers
4141 docker rm ${CID}
4242
4343 - name : Upload artifacts
44- uses : actions/upload-artifact@v3
44+ uses : actions/upload-artifact@v4
4545 with :
4646 name : api-change
4747 path : ${{ github.workspace }}/artifacts
Original file line number Diff line number Diff line change 1717 steps :
1818
1919 - name : Checkout Dockerfiles
20- uses : actions/checkout@v3
20+ uses : actions/checkout@v4
2121 with :
2222 repository : esmf-org/esmf-containers
2323 path : esmf-containers
@@ -37,13 +37,13 @@ jobs:
3737 docker rm ${CID}
3838
3939 - name : Upload artifacts
40- uses : actions/upload-artifact@v3
40+ uses : actions/upload-artifact@v4
4141 with :
4242 name : esmf-docs
4343 path : ${{ github.workspace }}/artifacts
4444
4545 - name : Checkout esmf-org.github.io
46- uses : actions/checkout@v3
46+ uses : actions/checkout@v4
4747 with :
4848 repository : esmf-org/esmf-org.github.io
4949 path : ${{github.workspace}}/esmf-org.github.io
Original file line number Diff line number Diff line change 1717 steps :
1818
1919 - name : Checkout Dockerfiles
20- uses : actions/checkout@v3
20+ uses : actions/checkout@v4
2121 with :
2222 repository : esmf-org/esmf-containers
2323 path : esmf-containers
@@ -37,13 +37,13 @@ jobs:
3737 docker rm ${CID}
3838
3939 - name : Upload artifacts
40- uses : actions/upload-artifact@v3
40+ uses : actions/upload-artifact@v4
4141 with :
4242 name : esmpy-docs
4343 path : ${{ github.workspace }}/artifacts
4444
4545 - name : Checkout esmpy_doc
46- uses : actions/checkout@v3
46+ uses : actions/checkout@v4
4747 with :
4848 repository : esmf-org/esmpy_doc
4949 path : ${{github.workspace}}/esmpy_doc
Original file line number Diff line number Diff line change 7474 steps :
7575 # check out base repo
7676 - name : Checkout Base Repository
77- uses : actions/checkout@v3
77+ uses : actions/checkout@v4
7878
7979 # prepare core environment
8080 - name : Install Core Development Tools
8787
8888 # restore Intel oneAPI compiler installation from cache
8989 - name : Restore Intel oneAPI Compiler Installation
90- uses : actions/cache@v3
90+ uses : actions/cache@v4
9191 if : ${{ startsWith(matrix.compiler, 'oneapi') }}
9292 with :
9393 path : /opt/intel/oneapi
@@ -120,7 +120,7 @@ jobs:
120120
121121 # checkout NUOPC app prototypes
122122 - name : Checkout NUOPC App Prototypes
123- uses : actions/checkout@v3
123+ uses : actions/checkout@v4
124124 with :
125125 repository : esmf-org/nuopc-app-prototypes
126126 path : ${{ github.workspace }}/nuopc-app-prototypes
@@ -143,7 +143,7 @@ jobs:
143143
144144 # push test results to artifacts
145145 - name : Upload Artifacts
146- uses : actions/upload-artifact@v3
146+ uses : actions/upload-artifact@v4
147147 with :
148148 name : Artifacts for ${{ matrix.compiler }} ${{ matrix.esmf }}
149149 path : ${{ github.workspace }}/nuopc-app-prototypes/Artifacts
Original file line number Diff line number Diff line change 1212 steps :
1313
1414 - name : Checkout Dockerfiles
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v4
1616 with :
1717 repository : esmf-org/esmf-containers
1818 path : esmf-containers
3232 docker rm ${CID}
3333
3434 - name : Upload artifacts
35- uses : actions/upload-artifact@v3
35+ uses : actions/upload-artifact@v4
3636 with :
3737 name : test-coverage
3838 path : ${{ github.workspace }}/artifacts
You can’t perform that action at this time.
0 commit comments