Commit bd73bcc 1 parent 84351a7 commit bd73bcc Copy full SHA for bd73bcc
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 @@ -133,7 +133,7 @@ jobs:
133
133
run : |
134
134
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
135
135
- name : Add Artifact
136
- uses : actions/upload-artifact@v1
136
+ uses : actions/upload-artifact@v4
137
137
with :
138
138
name : ${{ matrix.platform }}-Clang${{ matrix.compiler-version }}-${{ matrix.build_type }}
139
139
path : ${{ github.workspace }}/${{ matrix.platform }}-Clang${{ matrix.compiler-version }}-${{ matrix.build_type }}.tar.gz
@@ -261,7 +261,7 @@ jobs:
261
261
run : |
262
262
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
263
263
- name : Add Artifact
264
- uses : actions/upload-artifact@v1
264
+ uses : actions/upload-artifact@v4
265
265
with :
266
266
name : ${{ matrix.platform }}-Clang${{ matrix.compiler-version }}-${{ matrix.build_type }}
267
267
path : ${{ github.workspace }}/${{ matrix.platform }}-GCC${{ matrix.compiler-version }}-${{ matrix.build_type }}.tar.gz
@@ -384,7 +384,7 @@ jobs:
384
384
run : |
385
385
tar czf ${{ github.workspace }}/${{ env.MATRIX_NAME }}.tar.gz ${{ env.CONAN_PATH }}/${{ env.LIBRARY_NAME }}/${{ env.XMS_VERSION }}/aquaveo/${{ env.CONAN_CHANNEL}}/package
386
386
- name : Add Artifact
387
- uses : actions/upload-artifact@v1
387
+ uses : actions/upload-artifact@v4
388
388
with :
389
389
name : ${{ env.MATRIX_NAME }}
390
390
path : ${{ github.workspace }}/${{ env.MATRIX_NAME }}.tar.gz
You can’t perform that action at this time.
0 commit comments