We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd8dc5 commit cd55c8aCopy full SHA for cd55c8a
.github/workflows/sync-labels-npm.yml
@@ -125,7 +125,7 @@ jobs:
125
uses: actions/checkout@v4
126
127
- name: Download configuration files artifact
128
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4.1.7
129
with:
130
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
131
path: ${{ env.CONFIGURATIONS_FOLDER }}
.github/workflows/test-integration.yml
@@ -320,7 +320,7 @@ jobs:
320
321
322
- name: Download sketches reports artifact
323
324
325
name: ${{ needs.all-inputs.outputs.report-artifact-name }}
326
path: ${{ env.SKETCHES_REPORTS_PATH }}
0 commit comments