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 2f8ac65 + 62a6cfd commit 4605af8Copy full SHA for 4605af8
.github/workflows/compare-performance.yml
@@ -249,7 +249,7 @@ jobs:
249
250
steps:
251
- name: Download reports
252
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v3
253
with:
254
name: ${{ env.REPORTS_ARTIFACT_NAME }}
255
path: ${{ env.REPORTS_PATH }}
.github/workflows/sync-labels.yml
@@ -109,7 +109,7 @@ jobs:
109
uses: actions/checkout@v3
110
111
- name: Download configuration files artifact
112
113
114
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
115
path: ${{ env.CONFIGURATIONS_FOLDER }}
0 commit comments