From 8442acb0d922616d8413bab815e8a302027c5de3 Mon Sep 17 00:00:00 2001 From: lazaa32 Date: Thu, 30 Jan 2025 13:17:50 +0100 Subject: [PATCH] Upgrade actions to v4 --- .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 63f078c..8204d75 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: src @@ -34,7 +34,7 @@ jobs: mv ../*.deb ../*.buildinfo ../*.changes build - name: Save results - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: build path: src/build