From 1c86ef961475ac24f3ac1dacdd8f8ad5d00f6db3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 11:28:26 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/compile-arduino_wifinina-examples.yaml | 2 +- .github/workflows/compile-seeed-studio-examples.yaml | 2 +- .github/workflows/compile-unor4wifi-examples.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 }}