From 4004381abecc06cbc74c7ac983401841da7e6036 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 21:48:23 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 (#743) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Danielle Foré --- .github/workflows/build-deb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-deb.yml b/.github/workflows/build-deb.yml index 091ac75d4..167a34d9e 100644 --- a/.github/workflows/build-deb.yml +++ b/.github/workflows/build-deb.yml @@ -40,7 +40,7 @@ jobs: cp ../*.deb output/ - name: Save .deb package - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: deb-files path: output/*.deb