We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3f486a + 8e3c1be commit 4c1c187Copy full SHA for 4c1c187
.github/workflows/publish-go-tester-task.yml
@@ -106,6 +106,6 @@ jobs:
106
107
steps:
108
- name: Remove unneeded combined builds artifact
109
- uses: geekyeggo/delete-artifact@v1
+ uses: geekyeggo/delete-artifact@v2
110
with:
111
name: ${{ env.BUILDS_ARTIFACT }}
.github/workflows/sync-labels.yml
@@ -114,7 +114,7 @@ jobs:
114
path: ${{ env.CONFIGURATIONS_FOLDER }}
115
116
- name: Remove unneeded artifact
117
118
119
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
120
0 commit comments