Commit 01f66d2 1 parent b09807d commit 01f66d2 Copy full SHA for 01f66d2
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125
125
run : |
126
126
tar czf ${{ github.workspace }}/${{ matrix.platform }}-Clang${{ matrix.compiler-version }}-${{ matrix.build_type }}.tar.gz ${{ env.CONAN_PATH }}/${{ env.LIBRARY_NAME }}/${{ env.XMS_VERSION }}/aquaveo/${{ env.CONAN_CHANNEL}}/package
127
127
- name : Add Artifact
128
- uses : actions/upload-artifact@v1
128
+ uses : actions/upload-artifact@v4
129
129
with :
130
130
name : ${{ matrix.platform }}-Clang${{ matrix.compiler-version }}-${{ matrix.build_type }}
131
131
path : ${{ github.workspace }}/${{ matrix.platform }}-Clang${{ matrix.compiler-version }}-${{ matrix.build_type }}.tar.gz
@@ -253,7 +253,7 @@ jobs:
253
253
run : |
254
254
tar czf ${{ github.workspace }}/${{ matrix.platform }}-GCC${{ matrix.compiler-version }}-${{ matrix.build_type }}.tar.gz ${{ env.CONAN_PATH }}/${{ env.LIBRARY_NAME }}/${{ env.XMS_VERSION }}/aquaveo/${{ env.CONAN_CHANNEL}}/package
255
255
- name : Add Artifact
256
- uses : actions/upload-artifact@v1
256
+ uses : actions/upload-artifact@v4
257
257
with :
258
258
name : ${{ matrix.platform }}-Clang${{ matrix.compiler-version }}-${{ matrix.build_type }}
259
259
path : ${{ github.workspace }}/${{ matrix.platform }}-GCC${{ matrix.compiler-version }}-${{ matrix.build_type }}.tar.gz
@@ -376,7 +376,7 @@ jobs:
376
376
run : |
377
377
tar czf ${{ github.workspace }}/${{ env.MATRIX_NAME }}.tar.gz ${{ env.CONAN_PATH }}/${{ env.LIBRARY_NAME }}/${{ env.XMS_VERSION }}/aquaveo/${{ env.CONAN_CHANNEL}}/package
378
378
- name : Add Artifact
379
- uses : actions/upload-artifact@v1
379
+ uses : actions/upload-artifact@v4
380
380
with :
381
381
name : ${{ env.MATRIX_NAME }}
382
382
path : ${{ github.workspace }}/${{ env.MATRIX_NAME }}.tar.gz
You can’t perform that action at this time.
0 commit comments