Skip to content

Commit

Permalink
Merge pull request #1597 from dpogue/ci-fixes
Browse files Browse the repository at this point in the history
CI fixes
  • Loading branch information
Hoikas authored Jul 2, 2024
2 parents 0116eff + 208ce16 commit 828c2fe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
cmake --build build --target INSTALL --config "${{ matrix.cfg.type }}" -j 4
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: plasma-${{ matrix.platform.str }}-${{ matrix.cfg.str }}
path: build/install
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
cmake --build build --target INSTALL --config Release -j 4
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: plasma-${{ matrix.cfg.str }}-max-${{ matrix.cfg.sdk-version }}
path: build/install
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
cmake --build build --target install -j 4
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: plasma-${{ matrix.platform.str }}-${{ matrix.cfg.str }}
path: build/install
Expand All @@ -282,7 +282,7 @@ jobs:

- name: Install dependencies
run: |
brew install \
brew install -q \
qt@5 \
autoconf \
automake \
Expand Down Expand Up @@ -340,7 +340,7 @@ jobs:
cmake --build build --target install --config "${{ matrix.cfg.type }}" -j 2
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: plasma-${{ matrix.platform.str }}-${{ matrix.cfg.str }}
path: build/install

0 comments on commit 828c2fe

Please sign in to comment.