Skip to content

Commit bd6abbe

Browse files
build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 880664e commit bd6abbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
run: make -C src check-symbols
165165

166166
- name: Upload artifacts
167-
uses: actions/upload-artifact@v4.5.0
167+
uses: actions/upload-artifact@v4.6.0
168168
with:
169169
name: blackmore-${{ github.sha }}-${{ matrix.name }}
170170
path: |

0 commit comments

Comments
 (0)