Skip to content

Commit 9e42314

Browse files
committed
Update upload/download-artifact actions
1 parent dfabbe3 commit 9e42314

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile_examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
9191

9292
- name: Save sketches report as workflow artifact
93-
uses: actions/upload-artifact@v3
93+
uses: actions/upload-artifact@v4
9494
with:
9595
if-no-files-found: error
9696
path: ${{ env.SKETCHES_REPORTS_PATH }}
@@ -104,7 +104,7 @@ jobs:
104104
steps:
105105
# This step is needed to get the size data produced by the compile jobs
106106
- name: Download sketches reports artifact
107-
uses: actions/download-artifact@v3
107+
uses: actions/download-artifact@v4
108108
with:
109109
name: sketches-reports-artifact
110110
path: ${{ env.SKETCHES_REPORTS_PATH }}

0 commit comments

Comments
 (0)