From 18033bb2b2f4508babdcecd3c715e0456b483e20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 09:02:56 +0000 Subject: [PATCH] ci(deps): update github actions dependencies to v4 --- .github/workflows/github-actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index b28930d4..16e6dc2b 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -264,7 +264,7 @@ jobs: SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }} - name: Upload artifacts ⬆️ - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: path: "**/appainter_${{ matrix.type }}.tar.gz" if-no-files-found: error @@ -283,7 +283,7 @@ jobs: - name: Download artifacts ⬇️ id: download-artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Decompress web artifacts 📂 env: