Skip to content

Commit ab6bfa9

Browse files
committed
fix(ci): bump updload-artifact to v4
Signed-off-by: Roberto Scolaro <[email protected]>
1 parent 07982f6 commit ab6bfa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
cmake -Wno-dev -S . -B build
134134
cmake --build build --target package --config Release
135135
- name: Upload artifacts
136-
uses: actions/upload-artifact@v3
136+
uses: actions/upload-artifact@v4
137137
with:
138138
name: sysdig-dev-${{ matrix.artifact_name }}-x86_64.${{ matrix.artifact_ext }}
139139
path: |
@@ -157,7 +157,7 @@ jobs:
157157
cmake -Wno-dev -S . -B build
158158
cmake --build build --target package --config Release
159159
- name: Upload artifacts
160-
uses: actions/upload-artifact@v3
160+
uses: actions/upload-artifact@v4
161161
with:
162162
name: sysdig-dev-${{ matrix.artifact_name }}-arm64.${{ matrix.artifact_ext }}
163163
path: |

0 commit comments

Comments
 (0)