Skip to content

Commit 738814e

Browse files
build(deps): Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#46)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 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 e083f41 commit 738814e

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
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build gperf2flamegraph
2222
run: nix build '.#g2f'
2323
- name: Upload g2f
24-
uses: actions/upload-artifact@v5.0.0
24+
uses: actions/upload-artifact@v6.0.0
2525
with:
2626
name: gperf2flamegraph-${{ matrix.os }}
2727
path: result/bin/g2f

0 commit comments

Comments
 (0)