From e072cf660951ca415f5ea52d8a99aaa686831f42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 03:54:09 +0000 Subject: [PATCH] Bump the actions group with 2 updates Bumps the actions group with 2 updates: [2bndy5/arduino-report-size-deltas](https://github.com/2bndy5/arduino-report-size-deltas) and [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact). Updates `2bndy5/arduino-report-size-deltas` from 1.0.4 to 1.0.5 - [Release notes](https://github.com/2bndy5/arduino-report-size-deltas/releases) - [Changelog](https://github.com/2bndy5/arduino-report-size-deltas/blob/main/CHANGELOG.md) - [Commits](https://github.com/2bndy5/arduino-report-size-deltas/compare/5d226f8792e1cca65534f3697748af289138af25...eacddbf76b9cea19ae86b0e23864f550962975be) Updates `actions/upload-pages-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](https://github.com/actions/upload-pages-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: 2bndy5/arduino-report-size-deltas dependency-version: 1.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/upload-pages-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/arduino_size_deltas.yaml | 2 +- .github/workflows/build_docs.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/arduino_size_deltas.yaml b/.github/workflows/arduino_size_deltas.yaml index c6f1bee..6361b53 100644 --- a/.github/workflows/arduino_size_deltas.yaml +++ b/.github/workflows/arduino_size_deltas.yaml @@ -18,6 +18,6 @@ jobs: pattern: arduino-deltas-* path: ${{ inputs.reports-path }} - - uses: 2bndy5/arduino-report-size-deltas@5d226f8792e1cca65534f3697748af289138af25 # v1.0.4 + - uses: 2bndy5/arduino-report-size-deltas@eacddbf76b9cea19ae86b0e23864f550962975be # v1.0.5 with: sketches-reports-source: ${{ inputs.reports-path }} diff --git a/.github/workflows/build_docs.yaml b/.github/workflows/build_docs.yaml index 7c631f8..da77c36 100644 --- a/.github/workflows/build_docs.yaml +++ b/.github/workflows/build_docs.yaml @@ -80,7 +80,7 @@ jobs: working-directory: docs - name: Upload github pages artifact - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: name: ${{ github.event.repository.name }}_doxygen_docs path: ${{ github.workspace }}/docs/html