From 670610333c6f5a9f74deefa33f8f8fa6a274e254 Mon Sep 17 00:00:00 2001 From: Simon Schmeisser Date: Sat, 25 Feb 2023 13:47:35 +0100 Subject: [PATCH] use v3 of actions to avoid warnings --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f4617ab..04aa188 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Prepare run: mkdir output @@ -43,7 +43,7 @@ jobs: arch: i486 - name: Upload build result - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: output-rpms path: RPMS