We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64cd951 commit 726d3cdCopy full SHA for 726d3cd
.github/workflows/compile-examples.yml
@@ -77,7 +77,7 @@ jobs:
77
78
steps:
79
- name: Checkout
80
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
81
82
- name: Install ESP32 platform dependencies
83
if: startsWith(matrix.board.fqbn, 'esp32:esp32')
@@ -94,7 +94,7 @@ jobs:
94
95
- name: Save memory usage change report as artifact
96
if: github.event_name == 'pull_request'
97
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
98
with:
99
name: ${{ env.SKETCHES_REPORTS_PATH }}
100
path: ${{ env.SKETCHES_REPORTS_PATH }}
0 commit comments