2020 steps :
2121 -
2222 name : Checkout Repo
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v7
2424
2525 # --- Modify paths in climada.conf ---
2626 -
@@ -80,14 +80,14 @@ jobs:
8080 if : (!cancelled())
8181 uses : actions/upload-artifact@v7
8282 with :
83- name : Test Results (Python ${{ matrix.python-version }})
83+ name : test-results-core-integrationtests
8484 path : tests_xml/tests.xml
8585 -
8686 name : Upload Coverage Reports
8787 if : (!cancelled())
8888 uses : actions/upload-artifact@v7
8989 with :
90- name : Coverage Report Integration Tests (Python ${{ matrix.python-version }})
90+ name : coverage-report-core-integrationtests
9191 path : coverage/
9292
9393 build-and-test :
@@ -105,12 +105,7 @@ jobs:
105105 steps :
106106 -
107107 name : Checkout Repo
108- uses : actions/checkout@v4
109- -
110- # Store the current date to use it as cache key for the environment
111- name : Get current date
112- id : date
113- run : echo "date=$(date +%Y-%m-%d)" >> "${GITHUB_OUTPUT}"
108+ uses : actions/checkout@v7
114109 -
115110 name : Install make
116111 uses : awalsh128/cache-apt-pkgs-action@v1
@@ -158,7 +153,7 @@ jobs:
158153 name : Download Test Results
159154 uses : actions/download-artifact@v8
160155 with :
161- pattern : test-results-core-unittests-py *
156+ pattern : test-results-core*
162157 path : results
163158 -
164159 name : Publish Test Results
0 commit comments