We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07982f6 commit ab6bfa9Copy full SHA for ab6bfa9
.github/workflows/ci.yaml
@@ -133,7 +133,7 @@ jobs:
133
cmake -Wno-dev -S . -B build
134
cmake --build build --target package --config Release
135
- name: Upload artifacts
136
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
137
with:
138
name: sysdig-dev-${{ matrix.artifact_name }}-x86_64.${{ matrix.artifact_ext }}
139
path: |
@@ -157,7 +157,7 @@ jobs:
157
158
159
160
161
162
name: sysdig-dev-${{ matrix.artifact_name }}-arm64.${{ matrix.artifact_ext }}
163
0 commit comments