From e4e0b4c29dde7a2b7e9849e172ac9b080d2f7294 Mon Sep 17 00:00:00 2001 From: bruneo32 Date: Wed, 19 Jun 2024 19:49:06 +0200 Subject: [PATCH] Upgrade github actions to node20 --- .github/workflows/deb.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deb.yml b/.github/workflows/deb.yml index 5ba8f7a..c7d4dad 100644 --- a/.github/workflows/deb.yml +++ b/.github/workflows/deb.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Create package structure run: | @@ -39,7 +39,7 @@ jobs: echo "DPKG_NAME=$(dpkg-name -o $DPKG_NAME |awk -F' ' '{print $6}' |xargs echo |cut -d'/' -f2-)" >> $GITHUB_ENV - name: Upload deb as artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{env.DPKG_NAME}} path: ${{env.DPKG_NAME}}