From 477d0e4c810984204e1b626e91bcfd8e616e63a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 15:49:05 +0000 Subject: [PATCH] Update actions/upload-artifact digest to c320f57 --- .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 6c7cf8ce..583c876d 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@cf8714cfeaba5687a442b9bcb85b29e23f468dfa + uses: actions/upload-artifact@c320f57948d137eb8c7f8e781ddcc0f61b04e834 env: GITHUB_TOKEN: ${{ github.token }} with: