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.
1 parent b3f486a commit 8e3c1beCopy full SHA for 8e3c1be
.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