Skip to content

Commit

Permalink
Revert "Bump geekyeggo/delete-artifact from 2 to 4 (haskell#3921)"
Browse files Browse the repository at this point in the history
This reverts commit 0be6fa7.
  • Loading branch information
wz1000 authored and josephsumabat committed Jan 22, 2024
1 parent 3553157 commit 415f613
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@v4
- uses: geekyeggo/delete-artifact@v2
with:
name: artifacts-${{ matrix.ARTIFACT }}

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

Expand Down Expand Up @@ -599,7 +599,7 @@ jobs:
./out/*.tar.xz
./out/plan.json/*
- uses: geekyeggo/delete-artifact@v4
- uses: geekyeggo/delete-artifact@v2
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@v4
- uses: geekyeggo/delete-artifact@v2
with:
name: artifacts-mac-aarch64

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

Expand Down

0 comments on commit 415f613

Please sign in to comment.