From 244387dc04e5e1d548ba075364bd2b8367e6ae01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 15:42:00 +0000 Subject: [PATCH] Update actions/upload-artifact digest to b06cde3 --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 9a3bbc52..e3a8e5f5 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -49,7 +49,7 @@ jobs: run: | tar --numeric-owner --transform "s/dist/element-call-${TARBALL_VERSION}/" -cvzf element-call-${TARBALL_VERSION}.tar.gz dist - name: Upload - uses: actions/upload-artifact@ef09cdac3e2d3e60d8ccadda691f4f1cec5035cb + uses: actions/upload-artifact@b06cde36fc32a3ee94080e87258567f73f921537 env: GITHUB_TOKEN: ${{ github.token }} with: