From f07a491bd9f42c6089004fe2256cdb4ff1d3bbe5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 11:22:57 +0000 Subject: [PATCH] Update actions/upload-artifact digest to 552bf37 --- .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 13b39c75..2e07a202 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -51,7 +51,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@79616d2ded92999fceefea2ca2e4bdf6101fa919 + uses: actions/upload-artifact@552bf3722c16e81001aea7db72d8cedf64eb5f68 env: GITHUB_TOKEN: ${{ github.token }} with: