Skip to content

Commit 10d8a5f

Browse files
committed
1 parent 5e639ee commit 10d8a5f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/workflows/compile-examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
149149

150150
- name: Save memory usage change report as artifact
151-
uses: actions/upload-artifact@v2
151+
uses: actions/upload-artifact@v4
152152
with:
153153
path: ${{ env.SKETCHES_REPORTS_PATH }}
154154
name: ${{ env.SKETCHES_REPORTS_PATH }}

Diff for: .github/workflows/compile-muxto.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ jobs:
7070
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
7171

7272
- name: Save firmware binary as workflow artifact
73-
uses: actions/upload-artifact@v2
73+
uses: actions/upload-artifact@v4
7474
with:
7575
if-no-files-found: error
7676
path: ${{ env.BINARY_OUTPUT_PATH }}/${{ env.BINARY_FILENAME }}
7777
name: ${{ env.BINARY_ARTIFACT_NAME }}
7878

7979
- name: Save sketches report as workflow artifact
80-
uses: actions/upload-artifact@v2
80+
uses: actions/upload-artifact@v4
8181
with:
8282
if-no-files-found: error
8383
path: ${{ env.SKETCHES_REPORTS_PATH }}
@@ -89,7 +89,7 @@ jobs:
8989
runs-on: ubuntu-latest
9090
steps:
9191
- name: Download binary artifact
92-
uses: actions/download-artifact@v2
92+
uses: actions/download-artifact@v4
9393
with:
9494
name: ${{ env.BINARY_ARTIFACT_NAME }}
9595

0 commit comments

Comments
 (0)