We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b6e103 commit 85d7e46Copy full SHA for 85d7e46
.github/workflows/publish-go-tester-task.yml
@@ -139,6 +139,6 @@ jobs:
139
140
steps:
141
- name: Remove unneeded combined builds artifact
142
- uses: geekyeggo/delete-artifact@v1
+ uses: geekyeggo/delete-artifact@v2
143
with:
144
name: ${{ env.BUILDS_ARTIFACT }}
.github/workflows/sync-labels.yml
@@ -115,7 +115,7 @@ jobs:
115
path: ${{ env.CONFIGURATIONS_FOLDER }}
116
117
- name: Remove unneeded artifact
118
119
120
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
121
0 commit comments