@@ -128,7 +128,7 @@ jobs:
128128 mv build/telemetryflow-core build/telemetryflow-core-linux-${{ matrix.arch }}
129129
130130 - name : Upload artifact
131- uses : actions/upload-artifact@v4
131+ uses : actions/upload-artifact@v6
132132 with :
133133 name : binary-linux-${{ matrix.arch }}
134134 path : build/telemetryflow-core-linux-${{ matrix.arch }}
@@ -167,7 +167,7 @@ jobs:
167167 mv build/telemetryflow-core.exe build/telemetryflow-core-windows-amd64.exe
168168
169169 - name : Upload artifact
170- uses : actions/upload-artifact@v4
170+ uses : actions/upload-artifact@v6
171171 with :
172172 name : binary-windows-amd64
173173 path : build/telemetryflow-core-windows-amd64.exe
@@ -214,7 +214,7 @@ jobs:
214214 mv build/telemetryflow-core build/telemetryflow-core-darwin-${{ matrix.arch }}
215215
216216 - name : Upload artifact
217- uses : actions/upload-artifact@v4
217+ uses : actions/upload-artifact@v6
218218 with :
219219 name : binary-darwin-${{ matrix.arch }}
220220 path : build/telemetryflow-core-darwin-${{ matrix.arch }}
@@ -369,7 +369,7 @@ jobs:
369369 -bb rpmbuild/SPECS/telemetryflow-core.spec
370370
371371 - name : Upload RPM artifact
372- uses : actions/upload-artifact@v4
372+ uses : actions/upload-artifact@v6
373373 with :
374374 name : rpm-${{ matrix.arch }}
375375 path : rpmbuild/RPMS/**/*.rpm
@@ -532,7 +532,7 @@ jobs:
532532 mv ${PKG_DIR}.deb packages/
533533
534534 - name : Upload DEB artifact
535- uses : actions/upload-artifact@v4
535+ uses : actions/upload-artifact@v6
536536 with :
537537 name : deb-${{ matrix.arch }}
538538 path : packages/*.deb
@@ -671,7 +671,7 @@ jobs:
671671 zip -r ${BINARY_NAME}-${VERSION}-windows-amd64.zip ${PKG_DIR}
672672
673673 - name : Upload Windows artifact
674- uses : actions/upload-artifact@v4
674+ uses : actions/upload-artifact@v6
675675 with :
676676 name : windows-amd64
677677 path : telemetryflow-core-*.zip
@@ -867,7 +867,7 @@ jobs:
867867 "${DMG_NAME}"
868868
869869 - name : Upload DMG artifact
870- uses : actions/upload-artifact@v4
870+ uses : actions/upload-artifact@v6
871871 with :
872872 name : dmg-${{ matrix.arch }}
873873 path : telemetryflow-core-*.dmg
@@ -919,7 +919,7 @@ jobs:
919919 tar -czvf "${TAR_DIR}.tar.gz" "${TAR_DIR}"
920920
921921 - name : Upload tarball artifact
922- uses : actions/upload-artifact@v4
922+ uses : actions/upload-artifact@v6
923923 with :
924924 name : tarball-${{ matrix.os }}-${{ matrix.arch }}
925925 path : telemetryflow-core-*.tar.gz
@@ -1156,7 +1156,7 @@ jobs:
11561156 zip -r "${ARCHIVE_NAME}.zip" "${ARCHIVE_NAME}"
11571157
11581158 - name : Upload source artifacts
1159- uses : actions/upload-artifact@v4
1159+ uses : actions/upload-artifact@v6
11601160 with :
11611161 name : source-archives
11621162 path : |
0 commit comments