99 build :
1010 strategy :
1111 matrix :
12- os : [ubuntu-20 .04, windows-latest]
12+ os : [ubuntu-24 .04, windows-latest]
1313
1414 runs-on : ${{ matrix.os }}
1515
3939 python build_exe.py pyinstaller
4040 if : matrix.os == 'windows-latest'
4141 - name : Upload Windows Executable
42- uses : actions/upload-artifact@v3
42+ uses : actions/upload-artifact@v4
4343 if : matrix.os == 'windows-latest'
4444 with :
4545 name : wrfplot-windows-64bit.exe
@@ -53,10 +53,10 @@ jobs:
5353 conda activate wrfplot
5454 export CC=gcc-7
5555 python build_exe.py pyinstaller
56- if : matrix.os == 'ubuntu-20 .04'
56+ if : matrix.os == 'ubuntu-24 .04'
5757 - name : Upload Linux Executable
58- uses : actions/upload-artifact@v3
59- if : matrix.os == 'ubuntu-20 .04'
58+ uses : actions/upload-artifact@v4
59+ if : matrix.os == 'ubuntu-24 .04'
6060 with :
6161 name : wrfplot-linux-64bit.run
6262 path : build/linux/wrfplot-linux-64bit.run
6666 runs-on : ubuntu-latest
6767 steps :
6868 - name : Download Binaries
69- uses : actions/download-artifact@v3
69+ uses : actions/download-artifact@v4
7070
7171 - name : Display Downloaded Executables
7272 run : ls -R
0 commit comments