Skip to content

Commit bd73bcc

Browse files
snowfarthingwdolinar
authored andcommitted
Change artifact version
Changed artifact version from 1 to 4.
1 parent 84351a7 commit bd73bcc

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
@@ -133,7 +133,7 @@ jobs:
133133
run: |
134134
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
135135
- name: Add Artifact
136-
uses: actions/upload-artifact@v1
136+
uses: actions/upload-artifact@v4
137137
with:
138138
name: ${{ matrix.platform }}-Clang${{ matrix.compiler-version }}-${{ matrix.build_type }}
139139
path: ${{ github.workspace }}/${{ matrix.platform }}-Clang${{ matrix.compiler-version }}-${{ matrix.build_type }}.tar.gz
@@ -261,7 +261,7 @@ jobs:
261261
run: |
262262
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
263263
- name: Add Artifact
264-
uses: actions/upload-artifact@v1
264+
uses: actions/upload-artifact@v4
265265
with:
266266
name: ${{ matrix.platform }}-Clang${{ matrix.compiler-version }}-${{ matrix.build_type }}
267267
path: ${{ github.workspace }}/${{ matrix.platform }}-GCC${{ matrix.compiler-version }}-${{ matrix.build_type }}.tar.gz
@@ -384,7 +384,7 @@ jobs:
384384
run: |
385385
tar czf ${{ github.workspace }}/${{ env.MATRIX_NAME }}.tar.gz ${{ env.CONAN_PATH }}/${{ env.LIBRARY_NAME }}/${{ env.XMS_VERSION }}/aquaveo/${{ env.CONAN_CHANNEL}}/package
386386
- name: Add Artifact
387-
uses: actions/upload-artifact@v1
387+
uses: actions/upload-artifact@v4
388388
with:
389389
name: ${{ env.MATRIX_NAME }}
390390
path: ${{ github.workspace }}/${{ env.MATRIX_NAME }}.tar.gz

0 commit comments

Comments
 (0)