Skip to content

Commit ca5c65d

Browse files
dependabot[bot]Rotzbua
authored andcommitted
chore(ci): 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 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b3be24a commit ca5c65d

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
@@ -105,7 +105,7 @@ jobs:
105105
VALID_NAME=$(echo "${{ matrix.board.fqbn }}" | sed 's/:/-/g')
106106
echo "UPLOAD_NAME=$VALID_NAME" >> "$GITHUB_ENV"
107107
- name: Upload sketches report to workflow artifact.
108-
uses: actions/upload-artifact@v5
108+
uses: actions/upload-artifact@v6
109109
with:
110110
name: ${{ env.SKETCHES_REPORTS_ARTIFACT_PREFIX }}${{ env.UPLOAD_NAME }}
111111
path: ${{ env.SKETCHES_REPORTS_PATH }}
@@ -118,7 +118,7 @@ jobs:
118118
steps:
119119
# This step is needed to get the size data produced by the compile jobs.
120120
- name: Download sketches reports artifact.
121-
uses: actions/download-artifact@v6
121+
uses: actions/download-artifact@v7
122122
with:
123123
path: ${{ env.SKETCHES_REPORTS_PATH }}
124124

0 commit comments

Comments
 (0)