Skip to content

Commit

Permalink
Merge pull request #3538 from sqlitebrowser/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/geekyeggo/delete-artifact-4
  • Loading branch information
dependabot[bot] committed Dec 26, 2023
2 parents 3f7ee2f + 89b3786 commit 0038f0f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ jobs:

- name: Clear artifacts
if: always()
uses: geekyeggo/delete-artifact@v2
uses: geekyeggo/delete-artifact@v4
with:
name: build-artifacts*
token: ${{ secrets.GITHUB_TOKEN }}

release-nightly:
if: inputs.NIGHTLY
Expand Down Expand Up @@ -87,6 +88,7 @@ jobs:
- name: Clear artifacts
if: always()
uses: geekyeggo/delete-artifact@v2
uses: geekyeggo/delete-artifact@v4
with:
name: build-artifacts*
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0038f0f

Please sign in to comment.