We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9197c34 + 55c3e91 commit 94851acCopy full SHA for 94851ac
.github/workflows/ci.yml
@@ -95,7 +95,7 @@ jobs:
95
cp target/${{ matrix.platform.target }}/release/openmetrics_udpserver artifact/openmetrics_udpserver_${{ matrix.platform.osn }}_${{ matrix.platform.arch }}
96
97
- name: Upload artifact
98
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
99
with:
100
name: openmetrics_udpserver_${{ matrix.platform.osn }}_${{ matrix.platform.arch }}
101
path: artifact/openmetrics_udpserver_${{ matrix.platform.osn }}_${{ matrix.platform.arch }}
0 commit comments