Skip to content

Commit 506a1a8

Browse files
committed
Upgrade upload/artifacts action to v4
1 parent 702daa0 commit 506a1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226

227227
- name: Save memory usage change report as artifact
228228
if: github.event_name == 'pull_request'
229-
uses: actions/upload-artifact@v2
229+
uses: actions/upload-artifact@v4
230230
with:
231231
path: ${{ env.SKETCHES_REPORTS_PATH }}
232232
name: ${{ env.SKETCHES_REPORTS_PATH }}

0 commit comments

Comments
 (0)