Skip to content

Commit

Permalink
Update action versions to fix Node.js 16 warnings. (NatronGitHub#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
acolwell authored Feb 14, 2024
1 parent 41ae826 commit a31e5ce
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 @@ -17,11 +17,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 @@ -49,7 +49,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 @@ -74,7 +74,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 @@ -91,7 +91,7 @@ jobs:

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

Expand Down Expand Up @@ -129,7 +129,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 @@ -153,7 +153,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 a31e5ce

Please sign in to comment.