From a0c66a7feb234ce330bdb85e1aba908ed28eba83 Mon Sep 17 00:00:00 2001 From: Leon Linhart Date: Mon, 8 Jan 2024 12:22:21 +0100 Subject: [PATCH] build: bump GeekyEggo/delete-artifact from 2.0.0 to 4.0.0 Closes #22 --- .github/workflows/ci.yml | 3 ++- .github/workflows/publish.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 589d0bc..764c38f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,6 +97,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cleanup - uses: GeekyEggo/delete-artifact@54ab544f12cdb7b71613a16a2b5a37a9ade990af + uses: GeekyEggo/delete-artifact@9d15d164b1dcd538ff1b1a2984bc2c0240986c3b with: + token: ${{ secrets.GITHUB_TOKEN }} name: ${{ env.WORKSPACE_ARTIFACT }} \ No newline at end of file diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7b5c34f..43c1e62 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -224,6 +224,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cleanup - uses: GeekyEggo/delete-artifact@54ab544f12cdb7b71613a16a2b5a37a9ade990af + uses: GeekyEggo/delete-artifact@9d15d164b1dcd538ff1b1a2984bc2c0240986c3b with: + token: ${{ secrets.GITHUB_TOKEN }} name: ${{ env.WORKSPACE_ARTIFACT }} \ No newline at end of file