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 dfabbe3 commit 9e42314Copy full SHA for 9e42314
.github/workflows/compile_examples.yml
@@ -90,7 +90,7 @@ jobs:
90
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
91
92
- name: Save sketches report as workflow artifact
93
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
94
with:
95
if-no-files-found: error
96
path: ${{ env.SKETCHES_REPORTS_PATH }}
@@ -104,7 +104,7 @@ jobs:
104
steps:
105
# This step is needed to get the size data produced by the compile jobs
106
- name: Download sketches reports artifact
107
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
108
109
name: sketches-reports-artifact
110
0 commit comments