Skip to content

Commit 4c1c187

Browse files
authored
Merge pull request #37 from arduino/dependabot/github_actions/geekyeggo/delete-artifact-2
Bump geekyeggo/delete-artifact from 1 to 2
2 parents b3f486a + 8e3c1be commit 4c1c187

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-go-tester-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,6 @@ jobs:
106106

107107
steps:
108108
- name: Remove unneeded combined builds artifact
109-
uses: geekyeggo/delete-artifact@v1
109+
uses: geekyeggo/delete-artifact@v2
110110
with:
111111
name: ${{ env.BUILDS_ARTIFACT }}

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
path: ${{ env.CONFIGURATIONS_FOLDER }}
115115

116116
- name: Remove unneeded artifact
117-
uses: geekyeggo/delete-artifact@v1
117+
uses: geekyeggo/delete-artifact@v2
118118
with:
119119
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
120120

0 commit comments

Comments
 (0)