From aa8bd25a7ca124a4b07aca9e96859b4d561e4f96 Mon Sep 17 00:00:00 2001 From: "M. Rehan" Date: Fri, 13 Sep 2024 05:37:58 +0500 Subject: [PATCH] Fix CI github action --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44183b3..ae36184 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Install Deps run: sudo apt update && sudo apt install -y python3-git python3-jinja2 @@ -29,7 +29,7 @@ jobs: run: mv ../*.deb artifacts if: success() - - uses: actions/upload-artifact@v1 + - uses: actions/upload-artifact@v4 with: name: py-apps-validation path: artifacts