Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 506a1a8

Browse files
committedSep 18, 2024·
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.