Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7cd9d6c

Browse files
build(deps): bump actions/upload-artifact from 5 to 6 (#17)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2d45f3f commit 7cd9d6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
mv target/${{ matrix.target }}/release/sflow_exporter sflow_exporter_${{ matrix.target }}
4949
50-
- uses: actions/upload-artifact@v5
50+
- uses: actions/upload-artifact@v6
5151
with:
5252
name: sflow_exporter_${{ matrix.target }}
5353
path: sflow_exporter_${{ matrix.target }}

0 commit comments

Comments
 (0)