Skip to content

Commit

Permalink
chore(deps): update geekyeggo/delete-artifact action to v4 (#543)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 25, 2023
1 parent f81a74f commit a6ce8fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Reusable-DeleteArtifact.yml
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Delete Artifact
uses: geekyeggo/delete-artifact@v2
uses: geekyeggo/delete-artifact@v4
with:
name: |
${{ inputs.artifact_name }}
2 changes: 1 addition & 1 deletion .github/workflows/Reusable-ResourcePacker.yml
Expand Up @@ -125,7 +125,7 @@ jobs:
checksum.txt
- name: Delete Artifact
uses: geekyeggo/delete-artifact@v2
uses: geekyeggo/delete-artifact@v4
with:
name: |
OptimizedPack-${{ inputs.matrix_version }}
Expand Down

0 comments on commit a6ce8fa

Please sign in to comment.