Skip to content

Commit

Permalink
Merge pull request #109 from basler/feature/fix_deleter_action
Browse files Browse the repository at this point in the history
use correct deleter action for new uploader
  • Loading branch information
thiesmoeller authored Jun 14, 2024
2 parents 52da788 + a6b70b7 commit f9dc08c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,11 +346,11 @@ jobs:
]
runs-on: ubuntu-latest
steps:
- uses: geekyeggo/delete-artifact@v2
- uses: geekyeggo/delete-artifact@v5
continue-on-error: true
with:
name: |
Linux_x86_64_Pylon
Linux_aarch64_Pylon
Windows_Pylon
macOS_Pylon
macOS_Pylon

0 comments on commit f9dc08c

Please sign in to comment.