We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb5c1ee + 9c97ed3 commit a570356Copy full SHA for a570356
.github/workflows/sync-labels.yml
@@ -109,7 +109,7 @@ jobs:
109
uses: actions/checkout@v3
110
111
- name: Download configuration files artifact
112
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v3
113
with:
114
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
115
path: ${{ env.CONFIGURATIONS_FOLDER }}
.github/workflows/test-integration.yml
@@ -213,7 +213,7 @@ jobs:
213
214
215
- name: Download sketches reports artifact
216
217
218
name: ${{ needs.all-inputs.outputs.report-artifact-name }}
219
path: ${{ env.SKETCHES_REPORTS_PATH }}
0 commit comments