From 8930ef2c468522795692687657115375a652228d Mon Sep 17 00:00:00 2001 From: Fancy2209 <64917206+Fancy2209@users.noreply.github.com> Date: Sat, 13 Jan 2024 16:14:23 -0100 Subject: [PATCH] Update actions.yaml Makes it use the newest version of checkout and upload-artifact. Makes the warnings dissapear --- .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..b26b5dabb 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@4 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 with: name: 'source' path: source/