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 4d6aa8f + 478a1db commit 2654f68Copy full SHA for 2654f68
.github/workflows/compare-performance.yml
@@ -314,7 +314,7 @@ jobs:
314
315
steps:
316
- name: Download reports
317
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
318
with:
319
merge-multiple: true
320
path: ${{ env.REPORTS_PATH }}
.github/workflows/sync-labels-npm.yml
@@ -125,7 +125,7 @@ jobs:
125
uses: actions/checkout@v5
126
127
- name: Download configuration file artifacts
128
129
130
131
pattern: ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*
0 commit comments