Skip to content

Commit 3d4946e

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dfabbe3 commit 3d4946e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
steps:
105105
# This step is needed to get the size data produced by the compile jobs
106106
- name: Download sketches reports artifact
107-
uses: actions/download-artifact@v3
107+
uses: actions/download-artifact@v4.1.7
108108
with:
109109
name: sketches-reports-artifact
110110
path: ${{ env.SKETCHES_REPORTS_PATH }}

0 commit comments

Comments
 (0)