Skip to content

Commit 1bebfc9

Browse files
dependabot[bot]Rotzbua
authored andcommitted
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 3 to 4 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) Updates `actions/download-artifact` from 3 to 4 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b37dee6 commit 1bebfc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.arduino-compile-examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
enable-deltas-report: true
6060
# This step is needed to pass the size data to the report job.
6161
- name: Upload sketches report to workflow artifact.
62-
uses: actions/upload-artifact@v3
62+
uses: actions/upload-artifact@v4
6363
with:
6464
name: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}
6565
path: ${{ env.SKETCHES_REPORTS_PATH }}
@@ -72,7 +72,7 @@ jobs:
7272
steps:
7373
# This step is needed to get the size data produced by the compile jobs.
7474
- name: Download sketches reports artifact.
75-
uses: actions/download-artifact@v3
75+
uses: actions/download-artifact@v4
7676
with:
7777
name: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}
7878
path: ${{ env.SKETCHES_REPORTS_PATH }}

0 commit comments

Comments
 (0)