diff --git a/.github/workflows/compile-arduino_wifinina-examples.yaml b/.github/workflows/compile-arduino_wifinina-examples.yaml index 15c1773..3ba2bec 100644 --- a/.github/workflows/compile-arduino_wifinina-examples.yaml +++ b/.github/workflows/compile-arduino_wifinina-examples.yaml @@ -62,7 +62,7 @@ jobs: sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }} - name: Save sketches report as workflow artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: if-no-files-found: error path: ${{ env.SKETCHES_REPORTS_PATH }} diff --git a/.github/workflows/compile-seeed-studio-examples.yaml b/.github/workflows/compile-seeed-studio-examples.yaml index 859aae4..cb7e53b 100644 --- a/.github/workflows/compile-seeed-studio-examples.yaml +++ b/.github/workflows/compile-seeed-studio-examples.yaml @@ -74,7 +74,7 @@ jobs: sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }} - name: Save sketches report as workflow artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: if-no-files-found: error path: ${{ env.SKETCHES_REPORTS_PATH }} diff --git a/.github/workflows/compile-unor4wifi-examples.yaml b/.github/workflows/compile-unor4wifi-examples.yaml index 71b94df..ac19f1a 100644 --- a/.github/workflows/compile-unor4wifi-examples.yaml +++ b/.github/workflows/compile-unor4wifi-examples.yaml @@ -53,7 +53,7 @@ jobs: sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }} - name: Save sketches report as workflow artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: if-no-files-found: error path: ${{ env.SKETCHES_REPORTS_PATH }}