From eef163e2999a548c45c0e896bdcfbb45b83372c6 Mon Sep 17 00:00:00 2001 From: Fancy2209 <64917206+Fancy2209@users.noreply.github.com> Date: Sun, 14 Jan 2024 01:10:55 +0000 Subject: [PATCH] Fix Ci Errors --- .github/workflows/actions.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 74ab3134b..31231f57c 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -6,7 +6,7 @@ jobs: build-deb: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Checkout submodules shell: bash @@ -32,7 +32,7 @@ jobs: mkdir dist && mv ../*.deb dist - name: Upload artifacts - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4.1.0 with: name: 'debs' path: dist/ @@ -40,7 +40,7 @@ jobs: build-dsc: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Checkout submodules shell: bash @@ -60,7 +60,7 @@ jobs: mkdir source && mv ../*~$(lsb_release -cs).* source - name: Upload artifacts - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4.1.0 with: name: 'source' path: source/