From 6164eb9be431b1ff7bbe02cc3d460ad0c3d87b2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 22:52:07 +0000 Subject: [PATCH] Update actions/upload-artifact digest to 4c0ff1c --- .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 f81e118c..eac5b86e 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@3a8048248f2f288c271830f8ecf2a1c5d8eb0e9a + uses: actions/upload-artifact@4c0ff1c489dca52fedb26375d7d8fe7bd9233f19 env: GITHUB_TOKEN: ${{ github.token }} with: