Skip to content

Commit

Permalink
Updated workflow to use artifacts action v4
Browse files Browse the repository at this point in the history
  • Loading branch information
StrahinjaJacimovic committed Oct 1, 2024
1 parent 79a8102 commit 36edc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pruneBranchesByPatterns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
# Upload the artifact (deleted_branches.txt file)
- name: Upload deleted branches log as artifact
if: steps.run_script.outputs.deleted_count != '0' # Only upload if there were deletions
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: deleted-branches-log
path: deleted_branches.txt

0 comments on commit 36edc7a

Please sign in to comment.