2828 apt update
2929 apt upgrade -y git
3030
31- - uses : actions/checkout@v2
31+ - uses : actions/checkout@v4
3232 with :
3333 ref : ' master'
3434 submodules : ' recursive'
5454 make
5555
5656 - name : Upload artifacts
57- uses : actions/upload-artifact@v2
57+ uses : actions/upload-artifact@v4
5858 with :
5959 name : jamesdsp-pulse-${{ matrix.flavor }}_portable_linux64
6060 path : src/jamesdsp
7575 apt update
7676 apt upgrade -y git
7777
78- - uses : actions/checkout@v2
78+ - uses : actions/checkout@v4
7979 with :
8080 ref : ' master'
8181 submodules : ' recursive'
@@ -102,7 +102,7 @@ jobs:
102102 strip --strip-unneeded src/jamesdsp
103103
104104 - name : Upload artifacts
105- uses : actions/upload-artifact@v2
105+ uses : actions/upload-artifact@v4
106106 with :
107107 name : jamesdsp-pipewire-${{ matrix.flavor }}_portable_linux64
108108 path : src/jamesdsp
@@ -115,7 +115,7 @@ jobs:
115115 flavor : [pulse, pipewire]
116116
117117 steps :
118- - uses : actions/checkout@v2
118+ - uses : actions/checkout@v4
119119 with :
120120 submodules : ' recursive'
121121 ref : ' master'
@@ -146,7 +146,7 @@ jobs:
146146 ./meta/build_deb_package.sh ${{steps.version.outputs.version}} ${{ matrix.flavor }}
147147
148148 - name : Upload artifact
149- uses : actions/upload-artifact@v2
149+ uses : actions/upload-artifact@v4
150150 with :
151151 name : jamesdsp-${{ matrix.flavor }}_${{steps.version.outputs.version}}_ubuntu22-04_amd64.deb
152152 path : jamesdsp-${{ matrix.flavor }}_${{steps.version.outputs.version}}_ubuntu22-04_amd64.deb
@@ -201,7 +201,7 @@ jobs:
201201 max-parallel : 1
202202
203203 steps :
204- - uses : actions/checkout@v2
204+ - uses : actions/checkout@v4
205205 with :
206206 repository : ' ThePBone/PPA-Repository'
207207 token : ${{ secrets.REPO_AUTH_TOKEN }}
0 commit comments