Skip to content

Commit

Permalink
Merge branch 'master' into bounce-completion-requests
Browse files Browse the repository at this point in the history
  • Loading branch information
joyfulmantis authored Jan 3, 2024
2 parents 6b658e6 + 0be6fa7 commit 13442c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ jobs:
./out/*.tar.xz
./out/plan.json/*
- uses: geekyeggo/delete-artifact@v2
- uses: geekyeggo/delete-artifact@v4
with:
name: artifacts-${{ matrix.ARTIFACT }}

Expand Down Expand Up @@ -561,7 +561,7 @@ jobs:
./out/*.tar.xz
./out/plan.json/*
- uses: geekyeggo/delete-artifact@v2
- uses: geekyeggo/delete-artifact@v4
with:
name: artifacts-arm

Expand Down Expand Up @@ -599,7 +599,7 @@ jobs:
./out/*.tar.xz
./out/plan.json/*
- uses: geekyeggo/delete-artifact@v2
- uses: geekyeggo/delete-artifact@v4
with:
name: artifacts-mac-x86_64

Expand Down Expand Up @@ -643,7 +643,7 @@ jobs:
./out/*.tar.xz
./out/plan.json/*
- uses: geekyeggo/delete-artifact@v2
- uses: geekyeggo/delete-artifact@v4
with:
name: artifacts-mac-aarch64

Expand Down Expand Up @@ -687,7 +687,7 @@ jobs:
./out/*.zip
./out/plan.json/*
- uses: geekyeggo/delete-artifact@v2
- uses: geekyeggo/delete-artifact@v4
with:
name: artifacts-win

Expand Down

0 comments on commit 13442c6

Please sign in to comment.