From 1405b92a9ef062be71d394f95a5c3dfbdca928fa Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 19:55:58 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4 Update actions/upload-artifact from 3 to 4 Change-type: patch --- .github/actions/publish/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/publish/action.yml b/.github/actions/publish/action.yml index f48c0a9..eca976e 100644 --- a/.github/actions/publish/action.yml +++ b/.github/actions/publish/action.yml @@ -31,7 +31,7 @@ runs: fi - name: Upload artifacts - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4 with: name: gh-release-${{ github.event.pull_request.head.sha || github.event.head_commit.id }} path: |