We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eda256 commit ff8afa3Copy full SHA for ff8afa3
.github/workflows/compare-performance.yml
@@ -310,7 +310,7 @@ jobs:
310
311
steps:
312
- name: Download reports
313
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
314
with:
315
name: ${{ env.REPORTS_ARTIFACT_NAME }}
316
path: ${{ env.REPORTS_PATH }}
.github/workflows/sync-labels-npm.yml
@@ -125,7 +125,7 @@ jobs:
125
uses: actions/checkout@v4
126
127
- name: Download configuration files artifact
128
129
130
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
131
path: ${{ env.CONFIGURATIONS_FOLDER }}
0 commit comments