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.
1 parent 0ff99d4 commit 677c628Copy full SHA for 677c628
.github/workflows/test_runner.yml
@@ -66,7 +66,7 @@ jobs:
66
67
# This step is needed to pass the size data to the report job
68
- name: Upload sketches report to workflow artifact
69
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v5
70
with:
71
name: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}
72
path: ${{ env.SKETCHES_REPORTS_PATH }}
@@ -79,7 +79,7 @@ jobs:
79
steps:
80
# This step is needed to get the size data produced by the compile jobs
81
- name: Download sketches reports artifact
82
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v6
83
84
85
0 commit comments