Skip to content

Commit aad7663

Browse files
Bump actions/upload-artifact from 4.3.3 to 4.6.2 (#175)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.3...v4.6.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dad4945 commit aad7663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: mv target/${{ matrix.target }}/release/bpftop target/${{ matrix.target }}/release/bpftop-${{ matrix.target }}
6262

6363
- name: Upload artifact
64-
uses: actions/upload-artifact@v4.3.3
64+
uses: actions/upload-artifact@v4.6.2
6565
with:
6666
name: bpftop-${{ matrix.target }}
6767
path: target/${{ matrix.target }}/release/bpftop-${{ matrix.target }}

0 commit comments

Comments
 (0)