From bee1326d2ddbbc63122855672258963a11ef3159 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 20:02:01 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 --- .github/workflows/snap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snap.yaml b/.github/workflows/snap.yaml index 42803a8..b25751c 100644 --- a/.github/workflows/snap.yaml +++ b/.github/workflows/snap.yaml @@ -18,7 +18,7 @@ jobs: submodules: recursive - uses: snapcore/action-build@v1 id: snapcraft - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: github.event_name == 'workflow_dispatch' with: name: 'snap'