From 8cc7d8ad0d1dce8f4dcc036c86dbac7d27773aa3 Mon Sep 17 00:00:00 2001 From: Sven Serlier <85389871+wrt54g@users.noreply.github.com> Date: Fri, 1 Jul 2022 06:28:56 +0200 Subject: [PATCH] Update actions --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6153def029a0..a937050b46c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Skip Duplicate Actions id: skip_check - uses: fkirc/skip-duplicate-actions@v3.4.1 + uses: fkirc/skip-duplicate-actions@v4 with: concurrent_skipping: 'same_content_newer' @@ -28,7 +28,7 @@ jobs: steps: - name: Check out repository code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install dependencies run: | @@ -70,7 +70,7 @@ jobs: cp .config ./artifacts/ - name: Export artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: ${{github.sha}} path: ./artifacts