Skip to content

Commit b8470ff

Browse files
Bump actions/upload-artifact from 4.3.5 to 4.3.6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.5 to 4.3.6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.5...v4.3.6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5f3f678 commit b8470ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
make
5858
./scripts/ci_upload.sh
5959
- name: Upload ${{ matrix.board }} build artifact
60-
uses: actions/[email protected].5
60+
uses: actions/[email protected].6
6161
with:
6262
name: ${{ matrix.board }}
6363
path: |
@@ -93,7 +93,7 @@ jobs:
9393
make
9494
./scripts/ci_upload.sh
9595
- name: Upload ${{ matrix.board }} build artifact
96-
uses: actions/[email protected].5
96+
uses: actions/[email protected].6
9797
with:
9898
name: ${{ matrix.board }}
9999
path: |
@@ -128,7 +128,7 @@ jobs:
128128
make
129129
./scripts/ci_upload.sh
130130
- name: Upload ${{ matrix.board }} build artifact
131-
uses: actions/[email protected].5
131+
uses: actions/[email protected].6
132132
with:
133133
name: ${{ matrix.board }}
134134
path: |
@@ -162,7 +162,7 @@ jobs:
162162
make
163163
./scripts/ci_upload.sh
164164
- name: Upload ${{ matrix.board }} build artifact
165-
uses: actions/[email protected].5
165+
uses: actions/[email protected].6
166166
with:
167167
name: ${{ matrix.board }}
168168
path: |

0 commit comments

Comments
 (0)