Skip to content

Commit 4e6d9a1

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

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/XmsMesher-CI.yaml

+8-4
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
fail-fast: false
4747
matrix:
48-
platform: [macos-latest]
48+
platform: [macos-13]
4949
python-version: ['3.10']
5050
build_type: [Release, Debug]
5151

@@ -73,6 +73,10 @@ jobs:
7373
RELEASE_PYTHON: 'False'
7474

7575
steps:
76+
# Get Correct Version of Xcode
77+
- uses: maxim-lobanov/setup-xcode@v1
78+
with:
79+
xcode-version: 14.3.1
7680
# Checkout Sources
7781
- name: Checkout Source
7882
uses: actions/checkout@v2
@@ -125,7 +129,7 @@ jobs:
125129
run: |
126130
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
127131
- name: Add Artifact
128-
uses: actions/upload-artifact@v1
132+
uses: actions/upload-artifact@v4
129133
with:
130134
name: ${{ matrix.platform }}-Clang${{ matrix.compiler-version }}-${{ matrix.build_type }}
131135
path: ${{ github.workspace }}/${{ matrix.platform }}-Clang${{ matrix.compiler-version }}-${{ matrix.build_type }}.tar.gz
@@ -253,7 +257,7 @@ jobs:
253257
run: |
254258
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
255259
- name: Add Artifact
256-
uses: actions/upload-artifact@v1
260+
uses: actions/upload-artifact@v4
257261
with:
258262
name: ${{ matrix.platform }}-Clang${{ matrix.compiler-version }}-${{ matrix.build_type }}
259263
path: ${{ github.workspace }}/${{ matrix.platform }}-GCC${{ matrix.compiler-version }}-${{ matrix.build_type }}.tar.gz
@@ -376,7 +380,7 @@ jobs:
376380
run: |
377381
tar czf ${{ github.workspace }}/${{ env.MATRIX_NAME }}.tar.gz ${{ env.CONAN_PATH }}/${{ env.LIBRARY_NAME }}/${{ env.XMS_VERSION }}/aquaveo/${{ env.CONAN_CHANNEL}}/package
378382
- name: Add Artifact
379-
uses: actions/upload-artifact@v1
383+
uses: actions/upload-artifact@v4
380384
with:
381385
name: ${{ env.MATRIX_NAME }}
382386
path: ${{ github.workspace }}/${{ env.MATRIX_NAME }}.tar.gz

0 commit comments

Comments
 (0)