We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf6acc commit a002773Copy full SHA for a002773
.github/workflows/compile-sketches.yaml
@@ -53,7 +53,7 @@ jobs:
53
steps:
54
# This step is needed to get the size data produced by the compile jobs
55
- name: Download sketches reports artifact
56
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
57
with:
58
name: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}
59
path: ${{ env.SKETCHES_REPORTS_PATH }}
0 commit comments