Skip to content

Commit d767f03

Browse files
Bump actions/download-artifact from 3 to 4 (#33)
Bumps [actions/download-artifact](https://github.com/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/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f233cd2 commit d767f03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/compile-examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Download sketches reports artifact
9797
id: download-artifact
9898
continue-on-error: true # If compilation failed for all boards then there are no artifacts
99-
uses: actions/download-artifact@v3
99+
uses: actions/download-artifact@v4
100100
with:
101101
name: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}
102102
path: ${{ env.SKETCHES_REPORTS_PATH }}

.github/workflows/sync-labels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
uses: actions/checkout@v4
115115

116116
- name: Download configuration files artifact
117-
uses: actions/download-artifact@v3
117+
uses: actions/download-artifact@v4
118118
with:
119119
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
120120
path: ${{ env.CONFIGURATIONS_FOLDER }}

0 commit comments

Comments
 (0)