From a0f9c5519497268ef8a0f6fd06bcef2d6c8438e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 13:55:23 +0000 Subject: [PATCH] Update actions/upload-artifact digest to 79616d2 --- .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 7cf9d8ab0..13b39c75e 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@b06cde36fc32a3ee94080e87258567f73f921537 + uses: actions/upload-artifact@79616d2ded92999fceefea2ca2e4bdf6101fa919 env: GITHUB_TOKEN: ${{ github.token }} with: