Skip to content

Commit

Permalink
ci: update action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin62 committed Mar 5, 2024
1 parent 750df0c commit 768f089
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/JMixtComp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Checkout MixtComp
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'true'
- name: Install MixtComp dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MixtComp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout MixtComp
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'true'
- name: Install MixtComp dependencies
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/RMixtComp-eigen34.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'true'

Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:

- name: Upload check results
if: failure()
uses: actions/upload-artifact@main
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
path: RMixtCompIO/check
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:

- name: Upload check results
if: failure()
uses: actions/upload-artifact@main
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
path: RMixtCompUtilities/check
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:

- name: Upload check results
if: failure()
uses: actions/upload-artifact@main
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
path: RMixtComp/check
8 changes: 4 additions & 4 deletions .github/workflows/RMixtComp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'true'

Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:

- name: Upload check results
if: failure()
uses: actions/upload-artifact@main
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
path: RMixtCompIO/check
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:

- name: Upload check results
if: failure()
uses: actions/upload-artifact@main
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
path: RMixtCompUtilities/check
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:

- name: Upload check results
if: failure()
uses: actions/upload-artifact@main
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
path: RMixtComp/check
6 changes: 3 additions & 3 deletions .github/workflows/pyMixtComp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: Checkout MixtComp
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'true'
- name: Install MixtComp dependencies
Expand All @@ -44,10 +44,10 @@ jobs:
run: |
brew install cmake boost eigen lcov
brew install boost-python3
- name: Set up Python 3.9
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.10'
- name: Install Tests dependencies
run: pip install pytest flake8
- name: Install Other Python Dependencies
Expand Down

0 comments on commit 768f089

Please sign in to comment.