Skip to content

Commit 29bea15

Browse files
authored
ci: upgrade actions
1 parent 59b1c62 commit 29bea15

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/package-deb.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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'
@@ -54,7 +54,7 @@ jobs:
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
@@ -75,7 +75,7 @@ jobs:
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

Comments
 (0)