From 16cce3e554f07981ab2bc0e79e03087c4460cba6 Mon Sep 17 00:00:00 2001 From: Lars Kanis Date: Sat, 9 Nov 2024 12:54:30 +0100 Subject: [PATCH] CI: Update to latest github action version --- .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 10a7753..30afce9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: git config --system core.autocrlf false git config --system core.eol lf - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: '0' @@ -76,7 +76,7 @@ jobs: ridk exec bash -c "source 'ci-library.sh'; deploy_enabled && cd artifacts && create_pacman_repository 'ci.ri2'" - name: Backup pacman database as artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: pacman-database path: |