Skip to content

Commit 726d3cd

Browse files
Update compile-examples.yml to upgrade version of upload-artifact and checkout to solve GH action issue
1 parent 64cd951 commit 726d3cd

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
@@ -77,7 +77,7 @@ jobs:
7777
7878
steps:
7979
- name: Checkout
80-
uses: actions/checkout@v3
80+
uses: actions/checkout@v4
8181

8282
- name: Install ESP32 platform dependencies
8383
if: startsWith(matrix.board.fqbn, 'esp32:esp32')
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Save memory usage change report as artifact
9696
if: github.event_name == 'pull_request'
97-
uses: actions/upload-artifact@v3
97+
uses: actions/upload-artifact@v4
9898
with:
9999
name: ${{ env.SKETCHES_REPORTS_PATH }}
100100
path: ${{ env.SKETCHES_REPORTS_PATH }}

0 commit comments

Comments
 (0)