From c5c6e8acfa8e515797bb9428200b9e69168e5d7f Mon Sep 17 00:00:00 2001 From: Jorge Marques Date: Mon, 16 Sep 2024 13:10:56 -0300 Subject: [PATCH] github/workflow: Update actions versions Fix deprecated notice. Signed-off-by: Jorge Marques --- .github/workflows/build-deb-ubuntu-22.04.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-deb-ubuntu-22.04.yml b/.github/workflows/build-deb-ubuntu-22.04.yml index 518bce0f..fdb712eb 100644 --- a/.github/workflows/build-deb-ubuntu-22.04.yml +++ b/.github/workflows/build-deb-ubuntu-22.04.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install dependencies run: sudo apt-get update && @@ -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