Skip to content

Commit

Permalink
fix deprecation warnings in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed May 8, 2024
1 parent b243ced commit f320c7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v1.12
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.24.x'
- name: Test cmake version
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
${SSCDIR}/build/test/Test
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: SSC Linux Shared Libraries
path: |
Expand All @@ -83,7 +83,7 @@ jobs:

steps:
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v1.12
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.24.x'
- name: Test cmake version
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
shell: bash

- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: SSC Mac Shared Libraries
path: |
Expand Down

0 comments on commit f320c7a

Please sign in to comment.