From bf7b9c2b19bf512127e7017eceefa9f5a49891f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 23:20:57 +0000 Subject: [PATCH] Update actions/upload-artifact digest to 1eb3cb2 --- .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 1606cbe1..8d59496e 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -54,7 +54,7 @@ jobs: tar --numeric-owner --transform "s/dist/element-call-${TARBALL_VERSION}/" -cvzf element-call-${TARBALL_VERSION}.tar.gz dist - name: Upload - uses: actions/upload-artifact@73d8b66ede50d06e26f1d69f28e1652c702c56d8 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 env: GITHUB_TOKEN: ${{ github.token }} with: