Skip to content

Commit

Permalink
github/workflow: Update actions versions
Browse files Browse the repository at this point in the history
Fix deprecated notice.

Signed-off-by: Jorge Marques <[email protected]>
  • Loading branch information
gastmaier committed Sep 16, 2024
1 parent 877c460 commit c5c6e8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deb-ubuntu-22.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

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

- name: Upload deb package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: iio-oscilloscope-Ubuntu22.04.deb
path: build/iio-oscilloscope-*-Linux.deb
Expand Down

0 comments on commit c5c6e8a

Please sign in to comment.