Skip to content

Commit f3947d5

Browse files
committed
Merge branch 'github-226' into 'master'
PR-226: Update Actions Versions See merge request qs/ore-github!40
2 parents e6496d7 + df5886f commit f3947d5

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build_windows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
platform: x64
3838
boost-lib: 64
3939
steps:
40-
- uses: actions/checkout@v3
40+
- uses: actions/checkout@v4
4141
- name: get QuantLib
4242
run: |
4343
git submodule update --init
@@ -70,7 +70,7 @@ jobs:
7070
cmake --build . -j 2 --verbose
7171
- name: Save executables as artifacts
7272
if: startsWith(github.ref, 'refs/tags/v')
73-
uses: actions/upload-artifact@v3
73+
uses: actions/upload-artifact@v4
7474
with:
7575
name: ore-windows-${{ matrix.arch }}
7676
path: D:\a\Engine\Engine\build\App\ore.exe

.github/workflows/linux_build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: building
2929
runs-on: ubuntu-22.04
3030
steps:
31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v4
3232
- name: get QuantLib
3333
run: |
3434
git submodule update --init
@@ -42,7 +42,7 @@ jobs:
4242
run: cd build/; pwd; cmake --build . -j $(nproc)
4343
- name: Save executables as artifacts
4444
if: startsWith(github.ref, 'refs/tags/v')
45-
uses: actions/upload-artifact@v3
45+
uses: actions/upload-artifact@v4
4646
with:
4747
name: ore-exe-linux
4848
path: /home/runner/work/Engine/Engine/build/App/ore

.github/workflows/macos_ARM64_build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
build:
2828
runs-on: macos-11
2929
steps:
30-
- uses: actions/checkout@v3
30+
- uses: actions/checkout@v4
3131
- name: get QuantLib
3232
run: |
3333
git submodule update --init
@@ -47,7 +47,7 @@ jobs:
4747
cmake --install .
4848
- name: Save executables as artifacts
4949
if: startsWith(github.ref, 'refs/tags/v')
50-
uses: actions/upload-artifact@v3
50+
uses: actions/upload-artifact@v4
5151
with:
5252
name: ore-macos-arm64
5353
path: /Users/runner/work/Engine/Engine/build/App/ore

0 commit comments

Comments
 (0)