diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62f3fdd..b13ff91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,6 +111,6 @@ jobs: actions: write steps: - name: Cleanup - uses: GeekyEggo/delete-artifact@24928e75e6e6590170563b8ddae9fac674508aa1 + uses: GeekyEggo/delete-artifact@f275313e70c08f6120db482d7a6b98377786765b with: name: ${{ env.WORKSPACE_ARTIFACT }} \ No newline at end of file diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b22a4c3..b605638 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -251,6 +251,6 @@ jobs: actions: write steps: - name: Cleanup - uses: GeekyEggo/delete-artifact@24928e75e6e6590170563b8ddae9fac674508aa1 + uses: GeekyEggo/delete-artifact@f275313e70c08f6120db482d7a6b98377786765b with: name: ${{ env.WORKSPACE_ARTIFACT }} \ No newline at end of file