Skip to content

Commit c5c6e8a

Browse files
committed
github/workflow: Update actions versions
Fix deprecated notice. Signed-off-by: Jorge Marques <[email protected]>
1 parent 877c460 commit c5c6e8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/build-deb-ubuntu-22.04.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414

1515
- name: Install dependencies
1616
run: sudo apt-get update &&
@@ -26,7 +26,7 @@ jobs:
2626
cmake -DENABLE_PACKAGING=ON .. && make package
2727

2828
- name: Upload deb package
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: iio-oscilloscope-Ubuntu22.04.deb
3232
path: build/iio-oscilloscope-*-Linux.deb

0 commit comments

Comments
 (0)