Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d45f3f commit 7cd9d6cCopy full SHA for 7cd9d6c
1 file changed
.github/workflows/ci.yaml
@@ -47,7 +47,7 @@ jobs:
47
run: |
48
mv target/${{ matrix.target }}/release/sflow_exporter sflow_exporter_${{ matrix.target }}
49
50
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
51
with:
52
name: sflow_exporter_${{ matrix.target }}
53
path: sflow_exporter_${{ matrix.target }}
0 commit comments