Skip to content

Commit

Permalink
CI: update delete-artifact version due to deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed May 28, 2024
1 parent 3320175 commit a33aa70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ jobs:
tar xf GITHUB_WORKSPACE.tar -C $GITHUB_WORKSPACE --exclude=".git"
cd $GITHUB_WORKSPACE
- name: Delete artifact
uses: geekyeggo/delete-artifact@v2
uses: geekyeggo/delete-artifact@v5
with:
name: GITHUB_WORKSPACE
failOnError: false
Expand Down

0 comments on commit a33aa70

Please sign in to comment.