From f80c36eb7fb0f6b5e8e4f14414da5ff5612638be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 19:05:09 +0000 Subject: [PATCH] Update actions/upload-artifact digest to 73d8b66 --- .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 583c876d..1606cbe1 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@c320f57948d137eb8c7f8e781ddcc0f61b04e834 + uses: actions/upload-artifact@73d8b66ede50d06e26f1d69f28e1652c702c56d8 env: GITHUB_TOKEN: ${{ github.token }} with: