File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 pytest mhkit/tests/wave/io/test_cdip.py
109109
110110 - name : Upload data as artifact
111- uses : actions/upload-artifact@v4
111+ uses : actions/upload-artifact@v6
112112 with :
113113 name : data
114114 path : ~/.cache/mhkit
@@ -151,7 +151,7 @@ jobs:
151151 pytest mhkit/tests/wave/io/hindcast/test_hindcast.py
152152
153153 - name : Upload Wave Hindcast data as artifact
154- uses : actions/upload-artifact@v4
154+ uses : actions/upload-artifact@v6
155155 with :
156156 name : wave-hindcast-data
157157 path : ~/.cache/mhkit
@@ -194,7 +194,7 @@ jobs:
194194 pytest mhkit/tests/wave/io/hindcast/test_wind_toolkit.py
195195
196196 - name : Upload Wind Hindcast data as artifact
197- uses : actions/upload-artifact@v4
197+ uses : actions/upload-artifact@v6
198198 with :
199199 name : wind-hindcast-data
200200 path : ~/.cache/mhkit
You can’t perform that action at this time.
0 commit comments