Skip to content

Commit 01f66d2

Browse files
snowfarthingwdolinar
authored andcommitted
Change artifact version
Changed artifact version from 1 to 4. (cherry picked from commit bd73bcc)
1 parent b09807d commit 01f66d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/XmsMesher-CI.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
run: |
126126
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
127127
- name: Add Artifact
128-
uses: actions/upload-artifact@v1
128+
uses: actions/upload-artifact@v4
129129
with:
130130
name: ${{ matrix.platform }}-Clang${{ matrix.compiler-version }}-${{ matrix.build_type }}
131131
path: ${{ github.workspace }}/${{ matrix.platform }}-Clang${{ matrix.compiler-version }}-${{ matrix.build_type }}.tar.gz
@@ -253,7 +253,7 @@ jobs:
253253
run: |
254254
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
255255
- name: Add Artifact
256-
uses: actions/upload-artifact@v1
256+
uses: actions/upload-artifact@v4
257257
with:
258258
name: ${{ matrix.platform }}-Clang${{ matrix.compiler-version }}-${{ matrix.build_type }}
259259
path: ${{ github.workspace }}/${{ matrix.platform }}-GCC${{ matrix.compiler-version }}-${{ matrix.build_type }}.tar.gz
@@ -376,7 +376,7 @@ jobs:
376376
run: |
377377
tar czf ${{ github.workspace }}/${{ env.MATRIX_NAME }}.tar.gz ${{ env.CONAN_PATH }}/${{ env.LIBRARY_NAME }}/${{ env.XMS_VERSION }}/aquaveo/${{ env.CONAN_CHANNEL}}/package
378378
- name: Add Artifact
379-
uses: actions/upload-artifact@v1
379+
uses: actions/upload-artifact@v4
380380
with:
381381
name: ${{ env.MATRIX_NAME }}
382382
path: ${{ github.workspace }}/${{ env.MATRIX_NAME }}.tar.gz

0 commit comments

Comments
 (0)