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 1617d9f + a5a707c commit 0ab5d9dCopy full SHA for 0ab5d9d
.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-npm.yml
@@ -124,7 +124,7 @@ jobs:
124
path: ${{ env.CONFIGURATIONS_FOLDER }}
125
126
- name: Remove unneeded artifact
127
128
129
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
130
0 commit comments