Skip to content

Commit

Permalink
Merge branch 'NatronGitHub:master' into AJC-master
Browse files Browse the repository at this point in the history
  • Loading branch information
acolwell authored Mar 17, 2024
2 parents be6e2d0 + a31e5ce commit 31ec751
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout branch
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
with:
submodules: recursive
- name: Checkout SeExpr
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
with:
repository: wdas/SeExpr
ref: v1-2.11
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
make -j2 CONFIG=debug SEEXPR_HOME=$PWD/SeExprBuild
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.3.1
with:
name: openfx-io-build-ubuntu_22-release
path: Bundle
Expand All @@ -76,7 +76,7 @@ jobs:
./verify_plugin_loads ${BINARY_PATH}/${BINARY_NAME}
- name: Upload testing artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.3.1
with:
name: openfx-io-build-ubuntu_22-testing
path: TestingBundle
Expand All @@ -93,7 +93,7 @@ jobs:

steps:
- name: Checkout branch
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
with:
submodules: recursive

Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
make -j2 CONFIG=debug
- name: Upload release artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.3.1
with:
name: openfx-io-build-windows_latest-release
path: Bundle
Expand All @@ -155,7 +155,7 @@ jobs:
./verify_plugin_loads ${BINARY_PATH}/${BINARY_NAME}
- name: Upload testing artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.3.1
with:
name: openfx-io-build-windows_latest-testing
path: TestingBundle

0 comments on commit 31ec751

Please sign in to comment.